source: branches/ORCHIDEE_2_2/ORCHIDEE/arch/arch-ifort_CICLAD.path @ 6211

Last change on this file since 6211 was 5836, checked in by josefine.ghattas, 5 years ago

Integrated changeset [5834] (remove -qopenmp-threadprivate compat) and changeset [5835] (adaptation of arch.path syntax) previously done on the trunk.

File size: 381 bytes
Line 
1NETCDF_INCDIR="-I/opt/netcdf42/ifort/include"
2NETCDF_LIBDIR="-L/opt/netcdf42/ifort/lib"
3NETCDF_LIB="-lnetcdf -lnetcdff -lstdc++"
4
5IOIPSL_INCDIR="-I${ORCHDIR}/../../lib -I${ORCHDIR}/../IOIPSL/inc"
6IOIPSL_LIBDIR="-L${ORCHDIR}/../../lib -L${ORCHDIR}/../IOIPSL/lib"
7IOIPSL_LIB="-lioipsl"
8
9XIOS_INCDIR="-I${ORCHDIR}/../XIOS/inc"
10XIOS_LIBDIR="-L${ORCHDIR}/../XIOS/lib"
11XIOS_LIB="-lxios"
Note: See TracBrowser for help on using the repository browser.