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

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

Added option that IOIPSL library could be found in modeles/IOIPSL/lib and modeles/IOIPSL/inc folder. This is the case using the version of IOIPSL compiled with fcm for use with DYNAMICO.

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