source: LMDZ6/branches/Test_modipsl/arch/arch-ifort_MESOIPSL.path @ 4911

Last change on this file since 4911 was 4583, checked in by lguez, 12 months ago

Revert to not using netcdf95 module

The concern with environment modules installed by computing centers is
that we are afraid they will not be updated with compiler versions
etc. Let us try installing NetCDF95 on computing centers with
modipsl. So we are reverting part of r4532 and r4499.

File size: 882 bytes
Line 
1NETCDF_INCDIR="-I $NETCDF_FORTRAN_ROOT/include -I${HDF5_ROOT}/include"
2NETCDF_LIBDIR="-L${NETCDF_FORTRAN_ROOT}/lib -L${NETCDF_C_ROOT}/lib -L${HDF5_ROOT}"
3NETCDF_LIB="-lnetcdff -lnetcdf"
4
5NETCDF95_INCDIR=-I$LMDGCM/../../include/NetCDF95
6NETCDF95_LIBDIR=-L$LMDGCM/../../lib
7NETCDF95_LIB=-lnetcdf95
8
9IOIPSL_INCDIR="-I$LMDGCM/../../lib -I$LMDGCM/../IOIPSL/inc"
10IOIPSL_LIBDIR="-L$LMDGCM/../../lib -L$LMDGCM/../IOIPSL/lib"
11IOIPSL_LIB="-lioipsl"
12
13XIOS_INCDIR="-I$LMDGCM/../XIOS/inc"
14XIOS_LIBDIR="-L$LMDGCM/../XIOS/lib"
15XIOS_LIB="-lxios -lstdc++"
16
17ORCH_INCDIR="-I$LMDGCM/../../lib"
18ORCH_LIBDIR="-L$LMDGCM/../../lib"
19
20OASIS_INCDIR="-I$LMDGCM/../../oasis3-mct/BLD/build/lib/psmile.MPI1"
21OASIS_LIBDIR="-L$LMDGCM/../../oasis3-mct/BLD/lib"
22OASIS_LIB="-lpsmile.MPI1 -lscrip -lmct -lmpeu"
23
24INCA_INCDIR="-I$LMDGCM/../INCA/build/inc"
25INCA_LIBDIR="-L$LMDGCM/../INCA/build/lib"
26INCA_LIB="-lchimie"
27
28
29
Note: See TracBrowser for help on using the repository browser.