source: IOIPSL/trunk/arch/arch-X64_JEANZAY_openmpi.fcm @ 6635

Last change on this file since 6635 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: 573 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%MAKE                gmake
5%FPP_FLAGS           -P -traditional
6%FPP_DEF             
7%BASE_FFLAGS         -integer-size 32 -real-size 64 -align all -fp-model precise
8%PROD_FFLAGS         -O3
9%DEV_FFLAGS          -g -O2 -traceback -fp-stack-check -ftrapuv -check bounds
10%DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all -init=arrays -init=snan
11%MPI_FFLAGS
12%OMP_FFLAGS          -qopenmp
13%BASE_LD             
14%MPI_LD
15%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.