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

Last change on this file since 7493 was 7493, checked in by josefine.ghattas, 2 years ago

Updated compile options to have the same as on the trunk

File size: 414 bytes
Line 
1NETCDF_INCDIR="-I /opt/netcdf4/4.4.1.1-parallel/ifort/include"
2NETCDF_LIBDIR="-L/opt/netcdf4/4.4.1.1-parallel/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.