source: tags/ORCHIDEE_4_1/ORCHIDEE/arch/arch-ifort_CICLAD.path @ 7852

Last change on this file since 7852 was 6573, checked in by josefine.ghattas, 4 years ago

Update compile options to be used with XIOS/trunk revision 1857 or later. At ciclad now use parallel netcdf library and therfore removed in compile_orchidee_ol.sh specific case --netcdf_lib netcdf4_seq. See ticket #670

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.