source: codes/icosagcm/trunk/arch/arch-X64_CURIE.path @ 171

Last change on this file since 171 was 171, checked in by ymipsl, 11 years ago
  • XIOS integration -

Compiling with "-with_xios" option. Adapt path to find XIOS library (arch.path)
Retro-compatible with the old output. If xios is not present, dynamico will use the standard writefield function.
Need to have the iodef.xml configuration file in the exec directory

YM

File size: 421 bytes
Line 
1NETCDF_INCDIR="-I $NETCDF_INC_DIR"
2NETCDF_LIBDIR="-Wl,-rpath=$NETCDF_LIB_DIR -L$NETCDF_LIB_DIR"
3NETCDF_LIB="-lnetcdff -lnetcdf"
4
5MPI_INCDIR=""
6MPI_LIBDIR=""
7MPI_LIB=""
8
9HDF5_INCDIR="-I $HDF5_INC_DIR"
10HDF5_LIBDIR="-Wl,-rpath=$HDF5_LIB_DIR -L$HDF5_LIB_DIR"
11HDF5_LIB="-lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl"
12
13XIOS_INCDIR="-I$WORKDIR/XIOS_COMMIT_V1.7/inc"
14XIOS_LIBDIR="-L$WORKDIR/XIOS_COMMIT_V1.7/lib"
15XIOS_LIB="-lxios -lstdc++"
Note: See TracBrowser for help on using the repository browser.