source: LMDZ6/trunk/arch/arch-X64_JEANZAY_PBIOIPSL.path

Last change on this file was 5374, checked in by abarral, 12 days ago

Add temp arch to fix path in ORCHIDEE archs on JZ

  • Property svn:keywords set to Id
File size: 1.2 KB
RevLine 
[5374]1# Note: this is a TEMPORARY (12/24) arch to resolve an issue linked to paths in ORCHIDEE archs
2# It's just a copy of X64_JEANZAY so that the installer uses the LMDZ arch rather than the ORCHIDEE's base arch
3
[5121]4NETCDF_INCDIR="-I$(nf-config --includedir) -I$(nc-config --includedir)"  # nc required for xios
5# Ugly hack for orchidee <=2.0
6NETCDF_LIBDIR="-L$(nf-config --flibs | sed -e "s/-L//")"
[4426]7NETCDF_LIB="-lnetcdff -lnetcdf"
[5121]8NETCDF95_INCDIR="-I$(pwd)/../../include"
9NETCDF95_LIBDIR="-L$(pwd)/../../lib"
10NETCDF95_LIB="-lnetcdf95"
[4426]11
[5121]12# Exported
13IOIPSL_INCDIR="-I$(pwd)/../IOIPSL/inc -I$(pwd)/../IOIPSL/lib"
14IOIPSL_LIBDIR="-L$(pwd)/../IOIPSL/inc -L$(pwd)/../IOIPSL/lib"
[4426]15IOIPSL_LIB="-lioipsl"
16
[5121]17# Exported
18XIOS_INCDIR="-I$(pwd)/../XIOS/inc"
19XIOS_LIBDIR="-L$(pwd)/../XIOS/lib"
[4426]20XIOS_LIB="-lxios -lstdc++"
21
[5121]22# Exported
23ORCH_INCDIR="-I$(pwd)/../ORCHIDEE/inc -I$(pwd)/../ORCHIDEE/lib"
[5236]24ORCH_LIBDIR="-L$(pwd)/../ORCHIDEE/inc -L$(pwd)/../ORCHIDEE/lib"
25ORCH_LIB=
26
27#
28OASIS_INCDIR="-I$(pwd)/../../oasis3-mct/BLD/build/lib/psmile.MPI1"
29OASIS_LIBDIR="-L$(pwd)/../../oasis3-mct/BLD/lib"
30OASIS_LIB="-lpsmile.MPI1 -lscrip -lmct -lmpeu"
31
32#
33INCA_INCDIR="-I$(pwd)/../INCA/build/inc"
34INCA_LIBDIR="-L$(pwd)/../INCA/build/lib"
35INCA_LIB="-lchimie"
Note: See TracBrowser for help on using the repository browser.