source: trunk/LMDZ.COMMON/arch/arch-X64_JEANZAY.fcm @ 2226

Last change on this file since 2226 was 2165, checked in by emillour, 5 years ago

Some environment files for Jean Zay (new IDRIS supercomputer).
EM

File size: 981 bytes
Line 
1# $Id: arch-X64_JEANZAY.fcm 3572 2019-10-01 15:26:00Z emillour $
2%COMPILER            mpiifort
3%LINK                mpiifort
4%AR                  ar
5%ARFLAGS             rs
6%MAKE                gmake
7%FPP_FLAGS           -P -traditional
8%CPP_FLAGS           -P
9%FPP_DEF             NC_DOUBLE LAPACK FFT_MKL
10%BASE_FFLAGS         -integer-size 32 -real-size 64 -auto -align all
11%PROD_FFLAGS         -O2 -ip -fp-model strict -axAVX,SSE4.2
12%DEV_FFLAGS          -fp-model strict -p -g -O2 -traceback -fp-stack-check
13%DEBUG_FFLAGS        -fp-model strict -p -g -O0 -fpe-all=0 -traceback -fp-stack-check -ftrapuv -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -ftz -init=arrays,snan
14%C_COMPILER          gcc
15%C_OPTIM             -O3
16%MPI_FFLAGS
17%OMP_FFLAGS          -openmp -openmp-threadprivate=compat
18%BASE_LD             -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread
19%MPI_LD
20%OMP_LD              -openmp -openmp-threadprivate=compat
Note: See TracBrowser for help on using the repository browser.