source: branches/ORCHIDEE_2_2/ORCHIDEE/arch/arch-X64_IRENE-AMD.path @ 6594

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

Added arch files for IRENE-AMD new machine. Note that for ORCHIDEE, the path and compilation options are the same as for IRENE skylake. But this is not the case for all components in the IPSL coupled model. That's why the arch have a different name. Done by A. Caubel

File size: 408 bytes
Line 
1NETCDF_INCDIR="-I$NETCDF_INCDIR -I$NETCDFFORTRAN_INCDIR"
2NETCDF_LIBDIR="-L$NETCDF_LIBDIR -L$NETCDFFORTRAN_LIBDIR"
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"
12
Note: See TracBrowser for help on using the repository browser.