source: LMDZ6/branches/blowing_snow/arch/arch-ifort_MESOIPSL.fcm @ 4926

Last change on this file since 4926 was 4332, checked in by Ehouarn Millour, 20 months ago

Remove "-qopenmp-threadprivate=compat" which causes crashes in OpenMP on Spirit (the MESOIPSL cluster).
EM

File size: 843 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%ARFLAGS             rs
5%MAKE                make
6%FPP_FLAGS           -P -traditional
7%CPP_FLAGS           -P
8%FPP_DEF             NC_DOUBLE LAPACK FFT_MKL
9%BASE_FFLAGS         -integer-size 32 -real-size 64 -fp-model strict -auto -align all
10%PROD_FFLAGS         -O2 -ip
11%DEV_FFLAGS          -fp-model strict -p -g -O2 -traceback -fp-stack-check
12%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
13%C_COMPILER          gcc
14%C_OPTIM             -O3
15%MPI_FFLAGS
16%OMP_FFLAGS          -qopenmp
17%BASE_LD             -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread
18%MPI_LD
19%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.