source: LMDZ6/branches/compilation_2/arch/arch-local-gfortran9-parallel.path

Last change on this file was 5742, checked in by lguez, 8 weeks ago

Remove reference to NetCDF95 from path files

NetCDF95 is back into the source tree of LMDZ.

File size: 623 bytes
Line 
1NETCDF_INCDIR="-I$(nf-config --includedir) -I$(nc-config --includedir)"  # nc required for xios
2# Ugly hack for orchidee <=2.0
3NETCDF_LIBDIR="-L$(nf-config --flibs | sed -e "s/-L//")"
4NETCDF_LIB="-lnetcdff -lnetcdf"
5
6# Exported
7IOIPSL_INCDIR="-I$(pwd)/../IOIPSL/inc -I$(pwd)/../IOIPSL/lib"
8IOIPSL_LIBDIR="-L$(pwd)/../IOIPSL/inc -L$(pwd)/../IOIPSL/lib"
9IOIPSL_LIB="-lioipsl"
10
11# Exported
12XIOS_INCDIR="-I$(pwd)/../XIOS/inc"
13XIOS_LIBDIR="-L$(pwd)/../XIOS/lib"
14XIOS_LIB="-lxios -lstdc++"
15
16# Exported
17ORCH_INCDIR="-I$(pwd)/../ORCHIDEE/inc -I$(pwd)/../ORCHIDEE/lib"
18ORCH_LIBDIR="-L$(pwd)/../ORCHIDEE/inc -L$(pwd)/../ORCHIDEE/lib"
Note: See TracBrowser for help on using the repository browser.