source: trunk/LMDZ.COMMON/arch/arch-CICLADifort.path @ 3257

Last change on this file since 3257 was 2688, checked in by slebonnois, 2 years ago

SL: update of the ciclad arch files, so that they work with Ehouarn's XIOS current library

File size: 360 bytes
Line 
1ROOT=$PWD
2
3NETCDF_LIBDIR="-L/opt/netcdf4/4.4.1.1-parallel/ifort/lib"
4NETCDF_LIB="-lnetcdff"
5NETCDF_INCDIR="-I/opt/netcdf4/4.4.1.1-parallel/ifort/include"
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++"
14
Note: See TracBrowser for help on using the repository browser.