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

Last change on this file since 3454 was 3079, checked in by emillour, 14 months ago

Improving arch files: add "%FPP" to use Fortran compilers
(instead of the default cpp) to pre-process code.
EM

File size: 1003 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                 mpiifort -E
8%FPP_FLAGS           
9%CPP_FLAGS           -P
10%FPP_DEF             NC_DOUBLE LAPACK FFT_MKL
11%BASE_FFLAGS         -integer-size 32 -real-size 64 -auto -align all
12%PROD_FFLAGS         -O2 -ip -fp-model strict -axAVX,SSE4.2
13%DEV_FFLAGS          -fp-model strict -p -g -O2 -traceback -fp-stack-check
14%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
15%C_COMPILER          gcc
16%C_OPTIM             -O3
17%MPI_FFLAGS
18%OMP_FFLAGS          -qopenmp -qopenmp-threadprivate=compat
19%BASE_LD             -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread
20%MPI_LD
21%OMP_LD              -qopenmp -qopenmp-threadprivate=compat
Note: See TracBrowser for help on using the repository browser.