Changeset 1366 for trunk/UTIL/compile
- Timestamp:
- Nov 7, 2014, 11:11:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/compile
r1360 r1366 4 4 # > compile zrecast 5 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 6 # pgf sur les machines du LMD: 7 #----------------------------- 8 #pgf95 -Bstatic $1.F90 \ 9 #-I/distrib/local/netcdf/pgi_7.1-6_64/include \ 10 #-L/distrib/local/netcdf/pgi_7.1-6_64/lib -lnetcdf -o $1.e 9 11 10 # ifort $1.F90 \11 # pgf90 $1.F90 \12 # ifort 13 #------ 12 14 ifort $1.F90 \ 13 15 -I$NETCDF/include \ 14 16 -L$NETCDF/lib -lnetcdf -o $1.e 15 17 18 #----------------------------------------------------------------- 16 19 # Before running that on you computer you might want to change : 20 #----------------------------------------------------------------- 17 21 # 1) replace "pgf90" with the name of your favorite compiler 18 22 # (you may also add some non-agressive optimization options e.g. -O2)
Note: See TracChangeset
for help on using the changeset viewer.