source: LMDZ5/trunk/arch/arch-SX8_MERCURE.path @ 1551

Last change on this file since 1551 was 1551, checked in by lguez, 13 years ago

In the files "arch/*.path", the variable "NETCDF_LIBDIR" now contains
one or several "-L directory-name" options, and the name(s) of the
libraries:
-lnetcdff -lnetcdf -lhdf5_hl -lhdf5 ...
that may or may not be required.
The variable "NETCDF_INCDIR" now contains one or several "-I directory-name"
options.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 461 bytes
Line 
1NETCDF_LIBDIR="-L ${NETCDF_SX_LIBDIR:-/usr/local/SX8/soft/netcdf/lib} -lnetcdf"
2NETCDF_INCDIR=-I${NETCDF_SX_INCLUDEDIR:-/usr/local/SX8/soft/netcdf/include}
3IOIPSL_INCDIR=$LMDGCM/../../lib
4IOIPSL_LIBDIR=$LMDGCM/../../lib
5ORCH_INCDIR=$LMDGCM/../../lib
6ORCH_LIBDIR=$LMDGCM/../../lib
7OASIS_INCDIR=$LMDGCM/../../prism/SX/build/lib/psmile.$couple
8OASIS_LIBDIR=$LMDGCM/../../prism/SX/lib
9INCA_LIBDIR=$LMDGCM/../INCA3/config/lib
10INCA_INCDIR=$LMDGCM/../INCA3/config/lib
Note: See TracBrowser for help on using the repository browser.