source: trunk/ARCH/arch-ifort_MESOIPSL.path @ 3488

Last change on this file since 3488 was 2820, checked in by emillour, 2 years ago

Add the arch file for MESOIPSL for dynamico interface and update related arch*path to make things work with XIOS.
EM

File size: 367 bytes
Line 
1ROOT=$PWD
2
3NETCDF_INCDIR="$(nc-config --cflags) $(nc-config --fflags)"
4NETCDF_LIBDIR="-L${NETCDF_FORTRAN_ROOT}/lib -L${NETCDF_C_ROOT}/lib "
5NETCDF_LIB="-lnetcdff -lnetcdf"
6
7IOIPSL_INCDIR="-I$ROOT/../IOIPSL/inc"
8IOIPSL_LIBDIR="-L$ROOT/../IOIPSL/lib"
9IOIPSL_LIB="-lioipsl"
10
11XIOS_INCDIR="-I$ROOT/../XIOS/inc"
12XIOS_LIBDIR="-L$ROOT/../XIOS/lib"
13XIOS_LIB="-lxios -lstdc++"
Note: See TracBrowser for help on using the repository browser.