Changeset 1442 for trunk/UTIL/compile
- Timestamp:
- Jun 4, 2015, 4:23:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/compile
r1366 r1442 4 4 # > compile zrecast 5 5 6 # pgf sur les machines du LMD :7 #----------------------------- 6 # pgf sur les machines du LMD (ferme): 7 #------------------------------------- 8 8 #pgf95 -Bstatic $1.F90 \ 9 9 #-I/distrib/local/netcdf/pgi_7.1-6_64/include \ 10 10 #-L/distrib/local/netcdf/pgi_7.1-6_64/lib -lnetcdf -o $1.e 11 11 12 # gfortran au LMD 13 #---------------- 14 gfortran $1.F90 \ 15 -I/d2/emlmd/netcdf64-4.0.1_gfortran/include \ 16 -L/d2/emlmd/netcdf64-4.0.1_gfortran/lib -lnetcdf -o $1.e 17 12 18 # ifort 13 19 #------ 14 ifort $1.F90 \15 -I$NETCDF/include \16 -L$NETCDF/lib -lnetcdf -o $1.e20 #ifort $1.F90 \ 21 #-I$NETCDF/include \ 22 #-L$NETCDF/lib -lnetcdf -o $1.e 17 23 18 24 #-----------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.