Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.244 by jmc, Wed Oct 10 22:24:59 2012 UTC | revision 1.245 by jmc, Sat Nov 17 20:04:10 2012 UTC | |
|---|---|---|
| # | Line 907 check_netcdf_libs() { | Line 907 check_netcdf_libs() { |
| 907 | program fgennc | program fgennc |
| 908 | #include "netcdf.inc" | #include "netcdf.inc" |
| 909 | EOF | EOF |
| 910 | if test ! "x$MPI" = x ; then | #if test ! "x$MPI" = x ; then |
| 911 | echo '#include "mpif.h"' >> genmake_tnc.F | # echo '#include "mpif.h"' >> genmake_tnc.F |
| 912 | fi | #fi |
| 913 | cat <<EOF >> genmake_tnc.F | cat <<EOF >> genmake_tnc.F |
| 914 | integer iret, ncid, xid | integer iret, ncid, xid |
| 915 | iret = nf_create('genmake_tnc.nc', NF_CLOBBER, ncid) | iret = nf_create('genmake_tnc.nc', NF_CLOBBER, ncid) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |