Changeset 3815
- Timestamp:
- Jun 24, 2025, 5:30:01 PM (5 days ago)
- Location:
- trunk/LMDZ.PLUTO/util
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/util/compile
r3376 r3815 1 1 source ~/.bashrc 2 SOURCE=${1:-zrecast _plut}2 SOURCE=${1:-zrecast} 3 3 # The following script can be used to compile one of the utilities 4 4 # program. Example of use : … … 10 10 #-L/distrib/local/netcdf/pgi_7.1-6_32/lib -lnetcdf -o $SOURCE.e 11 11 12 FLAGS= 13 # FLAGS=-g -O0 14 12 15 #pgf90 $SOURCE.F90 \ 13 gfortran $ SOURCE.F90 \16 gfortran $FLAGS $SOURCE.F90 \ 14 17 -I$NETCDF/include \ 15 18 -L$NETCDF/lib -lnetcdff -o $SOURCE.e
Note: See TracChangeset
for help on using the changeset viewer.