Changeset 386 for trunk/LMDZ.MARS/util
- Timestamp:
- Nov 14, 2011, 11:08:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/compile
r275 r386 3 3 # > compile concat 4 4 # > compile zrecast 5 pgf90 -Bstatic $1.F90 \6 -I/distrib/local/netcdf/pgi_7.1-6_32/include \7 -L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf -o $1.e8 5 6 # pgf90 -Bstatic $1.F90 \ 7 #-I/distrib/local/netcdf/pgi_7.1-6_32/include \ 8 #-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf -o $1.e 9 10 ifort $1.F90 \ 11 -I$NETCDF/include \ 12 -L$NETCDF/lib -lnetcdf -o $1.e 9 13 10 14 # Before running that on you computer you might want to change :
Note: See TracChangeset
for help on using the changeset viewer.