Changeset 275 for trunk/LMDZ.MARS/util/compile
- Timestamp:
- Sep 1, 2011, 10:43:54 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/compile
r137 r275 10 10 # Before running that on you computer you might want to change : 11 11 # 1) replace "pgf90" with the name of your favorite compiler 12 # ( on some machine, you should add option -fast : f77 -fast13 # 2) replace "/distrib/local/netcdf/pgi_7.1-6_32/ include" with the12 # (you may also add some non-agressive optimization options e.g. -O2) 13 # 2) replace "/distrib/local/netcdf/pgi_7.1-6_32/lib" with the 14 14 # address of the 15 15 # directory that contains the NetCDF library (file libnetcdf.a that can … … 22 22 # that can be obtained at the web address above. 23 23 # 24 # 4) The "-Bstatic" option is here to ensure that the executable will 25 # work on any Linux machine. 24 # 4) The "-Bstatic" option is here to ensure that the executable will 25 # work on any Linux machine (only necessary if you want to export the 26 # executable from a machine to another). 26 27 27 28
Note: See TracChangeset
for help on using the changeset viewer.