Changeset 2394 for trunk/LMDZ.MARS/util/compile
- Timestamp:
- Jul 2, 2020, 3:42:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/compile
r1193 r2394 3 3 # > compile concat 4 4 # > compile zrecast 5 6 # get from: 7 # $>:module list 8 # copy the netcdf module used (i.e. netcdf4/4.5.0-ifort15) 9 # $>:module display netcdf4/4.5.0-ifort15 10 NETCDF='/opt/netcdf45/ifort15' 5 11 6 12 # pgf90 -Bstatic $1.F90 \ … … 9 15 10 16 #ifort $1.F90 \ 11 #pgf90 $1.F90 \17 #pgf90 -Bstatic $1.F90 \ 12 18 ifort $1.F90 \ 13 19 -I$NETCDF/include \ 14 -L$NETCDF/lib -lnetcdf -o $1.e 20 #-L$NETCDF/lib -lnetcdf -o $1.e 21 -L$NETCDF/lib -lnetcdff -o $1.e # on centos 7 15 22 16 23 # Before running that on you computer you might want to change :
Note: See TracChangeset
for help on using the changeset viewer.