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

Last change on this file since 2425 was 2421, checked in by emillour, 5 years ago

Common dynamics:
Update gfortran arch files to be more in line with "recent" (v4.9 and higher) gfortran compilers.
EM

File size: 313 bytes
Line 
1ROOT=$PWD
2
3NETCDF_LIBDIR="-L$NETCDF/lib"
4NETCDF_LIB="-lnetcdf -lnetcdff"
5NETCDF_INCDIR="-I$NETCDF/include"
6
7IOIPSL_INCDIR="-I$ROOT/ioipsl/modipsl/lib"
8IOIPSL_LIBDIR="-L$ROOT/ioipsl/modipsl/lib"
9IOIPSL_LIB="-lioipsl"
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.