source: XMLIO_SERVER/trunk/arch/arch-X64_ADA.path @ 1620

Last change on this file since 1620 was 420, checked in by ymipsl, 11 years ago

Change for dynamic linking on ADA

File size: 593 bytes
Line 
1set NETCDF_INCDIR="-I/smplocal/pub/NetCDF/4.1.3/include"
2set NETCDF_LIBDIR="-L/smplocal/pub/NetCDF/4.1.3/lib -L/smplocal/pub/HDF5/1.8.9/seq/lib"
3set NETCDF_LIB="-lnetcdff -lnetcdf -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -lz"
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.