Changeset 619


Ignore:
Timestamp:
11/25/17 17:13:40 (6 years ago)
Author:
dubos
Message:

devel : Curie arch files

Location:
codes/icosagcm/devel/arch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/arch/arch-X64_CURIE.env

    r615 r619  
    77# for make_python 
    88module load parmetis/4.0.3 
    9 module load python/2.7.12 
     9module load python/2.7.8 
     10 
    1011export CURRENT_ARCH=X64_CURIE 
  • codes/icosagcm/devel/arch/arch-X64_CURIE.path

    r615 r619  
    11NETCDF_INCDIR="-I $NETCDF_INC_DIR" 
    22NETCDF_LIBDIR="-Wl,-rpath=$NETCDF_LIB_DIR -L$NETCDF_LIB_DIR" 
    3 NETCDF_LIB="-lnetcdff -lnetcdf" 
     3NETCDF_LIB="-lnetcdff -lnetcdf -lhdf5 -lnetcdf" 
    44 
    55MPI_INCDIR="" 
     
    99HDF5_INCDIR="-I $HDF5_INC_DIR" 
    1010HDF5_LIBDIR="-Wl,-rpath=$HDF5_LIB_DIR -L$HDF5_LIB_DIR" 
    11 HDF5_LIB="-lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl" 
     11#HDF5_LIB="-lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl" 
    1212 
    1313XIOS_ROOTDIR="$PWD/../XIOS" 
Note: See TracChangeset for help on using the changeset viewer.