source: trunk/ARCH/arch-X64_IRENE-AMD.path @ 2562

Last change on this file since 2562 was 2555, checked in by emillour, 4 years ago

Add arch files and IOIPSL install script for Irene Rome (aka irene-amd) supercomputer.
EM

File size: 353 bytes
Line 
1NETCDF_INCDIR="$(nf-config --fflags)"
2NETCDF_LIBDIR="$(nf-config --flibs)"
3NETCDF_LIB=""
4
5HDF5_INCDIR=""
6HDF5_LIBDIR=""
7HDF5_LIB=""
8
9IOIPSL_INCDIR="-I$PWD/../IOIPSL/inc"
10IOIPSL_LIBDIR="-L$PWD/../IOIPSL/lib"
11IOIPSL_LIB="-lioipsl"
12
13XIOS_ROOTDIR="$PWD/../XIOS"
14XIOS_INCDIR="-I$XIOS_ROOTDIR/inc"
15XIOS_LIBDIR="-L$XIOS_ROOTDIR/lib"
16XIOS_LIB="-lxios -lstdc++"
Note: See TracBrowser for help on using the repository browser.