Changeset 6635


Ignore:
Timestamp:
10/02/23 11:57:01 (8 months ago)
Author:
jgipsl
Message:

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

Location:
IOIPSL/trunk/arch
Files:
4 copied

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/arch/arch-X64_JEANZAY_openmpi.fcm

    r6634 r6635  
    1 %COMPILER            mpiifort 
    2 %LINK                mpiifort 
     1%COMPILER            mpif90 
     2%LINK                mpif90 
    33%AR                  ar 
    44%MAKE                gmake 
  • IOIPSL/trunk/arch/arch-ifort_LSCE_2023.path

    r6634 r6635  
    1 NETCDF_INCDIR="-I/usr/local/install/netcdf-4.3.2p/include" 
    2 NETCDF_LIBDIR="-L/usr/local/install/netcdf-4.3.2p/lib -L/usr/local/install/hdf5-1.8.9p/lib" 
    3 NETCDF_LIB="-lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5 -lz -lcurl -lstdc++" 
     1NETCDF_INCDIR="-I $NETCDF4_DIR/include" 
     2NETCDF_LIBDIR="-L $NETCDF4_DIR/lib" 
     3NETCDF_LIB="-lnetcdff -lnetcdf" 
    44 
    55HDF5_INCDIR="" 
Note: See TracChangeset for help on using the changeset viewer.