source: trunk/LMDZ.COMMON/arch/arch-X64_JEANZAY-pgi.path @ 2797

Last change on this file since 2797 was 2256, checked in by emillour, 5 years ago

Common dynamics:
Add scripts and arch files to use the GCM with the PGI compiler on the Jean-Zay supercomputer.
EM

File size: 330 bytes
RevLine 
[2256]1ROOT=$PWD
2
3NETCDF_LIBDIR="$(nf-config --flibs)"
4#NETCDF_LIB="-lnetcdff -lnetcdf"
5NETCDF_INCDIR="-I$(nf-config --includedir)"
6
7IOIPSL_INCDIR="-I$ROOT/ioipsl/modipsl/lib"
8IOIPSL_LIBDIR="-L$ROOT/ioipsl/modipsl/lib"
9IOIPSL_LIB="-lioipsl"
10
11XIOS_INCDIR="-I$ROOT/../XIOS/inc"
12XIOS_LIBDIR="-L$ROOT/../XIOS/lib"
13XIOS_LIB="-lxios -lstdc++"
Note: See TracBrowser for help on using the repository browser.