source: XIOS/dev/XIOS_DEV_CMIP6/arch/arch-X64_POINCARE.path @ 1483

Last change on this file since 1483 was 804, checked in by aclsce, 8 years ago
  • Fixed bug in binary filter (pb with aruthmetic operations between 2 fields)
  • Added POINCARE machine as target machine
File size: 370 bytes
Line 
1NETCDF_INCDIR="-I $NETCDF4_INC_DIR"
2NETCDF_LIBDIR="-L $NETCDF4_LIB_DIR"
3NETCDF_LIB="-lnetcdff -lnetcdf"
4
5MPI_INCDIR=""
6MPI_LIBDIR=""
7MPI_LIB=""
8
9HDF5_INCDIR="-I $HDF5_INC_DIR"
10HDF5_LIBDIR="-L $HDF5_LIB_DIR"
11HDF5_LIB="-lhdf5_hl -lhdf5 -lz"
12
13OASIS_INCDIR=""
14OASIS_LIBDIR=""
15OASIS_LIB=""
16
17#only for MEMTRACK debuging : developper only
18ADDR2LINE_LIBDIR=""
19ADDR2LINE_LIB=""
Note: See TracBrowser for help on using the repository browser.