source: XIOS2/trunk/arch/arch-MesoPSL.path @ 2484

Last change on this file since 2484 was 2320, checked in by ymipsl, 2 years ago

Add arch file for IPSL mesoCentre.
YM

  • Property svn:executable set to *
File size: 317 bytes
Line 
1ROOT=$PWD
2
3NETCDF_INCDIR="$(nf-config --cflags) $(nc-config --cflags)"
4NETCDF_LIBDIR="$(nf-config --flibs)"
5NETCDF_LIB=""
6
7IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc"
8IOIPSL_LIBDIR="-L$ROOT/../IOIPSL/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.