Changeset 3376 for trunk/LMDZ.PLUTO
- Timestamp:
- Jun 13, 2024, 2:52:12 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/util/compile
r3353 r3376 1 1 source ~/.bashrc 2 SOURCE=${1:-zrecast_plut} 2 3 # The following script can be used to compile one of the utilities 3 4 # program. Example of use : … … 5 6 # > compile zrecast 6 7 7 # pgf90 -Bstatic $ 1.F90 \8 # pgf90 -Bstatic $SOURCE.F90 \ 8 9 #-I/distrib/local/netcdf/pgi_7.1-6_32/include \ 9 #-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf -o $ 1.e10 #-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf -o $SOURCE.e 10 11 11 #pgf90 $ 1.F90 \12 gfortran $ 1.F90 \12 #pgf90 $SOURCE.F90 \ 13 gfortran $SOURCE.F90 \ 13 14 -I$NETCDF/include \ 14 -L$NETCDF/lib -lnetcdff -o $ 1.e15 -L$NETCDF/lib -lnetcdff -o $SOURCE.e 15 16 16 17 # Before running that on you computer you might want to change : … … 37 38 #-L/donnees/emlmd/netcdf64-4.0.1_gfortran/lib -lnetcdf -o zrecast.e 38 39 39 #ifort $ 1.F90 \40 #ifort $SOURCE.F90 \ 40 41 #-I/donnees/emlmd/netcdf64-4.0.1_ifort/include \ 41 #-L/donnees/emlmd/netcdf64-4.0.1_ifort/lib -lnetcdf -o $ 1.e42 #-L/donnees/emlmd/netcdf64-4.0.1_ifort/lib -lnetcdf -o $SOURCE.e 42 43 43 44
Note: See TracChangeset
for help on using the changeset viewer.