New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
arch-X64_TITANE.path in vendors/XMLIO_SERVER/current/arch – NEMO

source: vendors/XMLIO_SERVER/current/arch/arch-X64_TITANE.path @ 2765

Last change on this file since 2765 was 2765, checked in by smasson, 13 years ago

Load working_directory into vendors/XMLIO_SERVER/current.

File size: 471 bytes
Line 
1set NETCDF_INCDIR="-I$NETCDF_INC_DIR"
2set NETCDF_LIBDIR="-L$NETCDF_LIB_DIR"
3set NETCDF_LIB="-lnetcdff -lnetcdf"
4set IOIPSL_INCDIR="-I$PWD/../../lib"
5set IOIPSL_LIBDIR="-L$PWD/../../lib"
6set IOIPSL_LIB="-lioipsl"
7
8set XMLF90_INCDIR="-I$PWD/../XMLF90/inc"
9set XMLF90_LIBDIR="-L$PWD/../XMLF90/lib"
10set XMLF90_LIB="-lxmlf90"
11
12set OASIS_INCDIR="-I$PWD/../../prism/X64/build/lib/psmile.MPI1"
13set OASIS_LIBDIR="-L$PWD/../../prism/X64/lib"
14set OASIS_LIB="-lpsmile.MPI1 -lmpp_io"
Note: See TracBrowser for help on using the repository browser.