source: IOIPSL/trunk/arch/arch-ifort_LSCE_2023.path @ 6709

Last change on this file since 6709 was 6635, checked in by jgipsl, 9 months ago

Added new fcm_arch for JEAN-ZAY and obelix/LSCE. These new arch files are needed to use with new updated modules.

See here the modules which are used:

  • At jean-zay

module load intel-compilers/19.1.3
module load openmpi/4.0.5
module load hdf5/1.12.0-mpi
module load netcdf-c/4.7.4-mpi
module load netcdf-fortran/4.5.3-mpi

  • At obelix:

module load intel-fcomp/2020
module load gcc/8.3.0
module load openmpi/2.1.5
module load hdf5/1.10.5
module load netcdf/4.7
export OMPI_FC=ifort
export OMPI_CC=icc

File size: 193 bytes
Line 
1NETCDF_INCDIR="-I $NETCDF4_DIR/include"
2NETCDF_LIBDIR="-L $NETCDF4_DIR/lib"
3NETCDF_LIB="-lnetcdff -lnetcdf"
4
5HDF5_INCDIR=""
6HDF5_LIBDIR=""
7HDF5_LIB=""
8
9MPI_INCDIR=""
10MPI_LIBDIR=""
11MPI_LIB=""
12
13
Note: See TracBrowser for help on using the repository browser.