source: codes/icosagcm/branches/SATURN_DYNAMICO/ICOSAGCM/arch/arch-X64_ADA.path @ 264

Last change on this file since 264 was 264, checked in by milmd, 10 years ago

Architecture files and some modifications to compile and run on ada.

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