source: trunk/LMDZ.COMMON/arch/arch-gfortran.path @ 2124

Last change on this file since 2124 was 2075, checked in by aslmd, 6 years ago

set generic paths for arch and install_ioipsl for gfortran in LMDZ.COMMON

File size: 303 bytes
RevLine 
[1695]1ROOT=$PWD
2
[2075]3NETCDF_LIBDIR="-L$NETCDF/lib"
[1695]4NETCDF_LIB="-lnetcdf"
[2075]5NETCDF_INCDIR="-I$NETCDF/include"
[1695]6
[2075]7IOIPSL_INCDIR="-I$ROOT/ioipsl/modipsl/lib"
8IOIPSL_LIBDIR="-L$ROOT/ioipsl/modipsl/lib"
[1953]9IOIPSL_LIB="-lioipsl"
[1695]10
11XIOS_INCDIR="-I$ROOT/../XIOS/inc"
12XIOS_LIBDIR="-L$ROOT/../XIOS/lib"
13XIOS_LIB="-lxios -lstdc++"
14
Note: See TracBrowser for help on using the repository browser.