source: trunk/LMDZ.COMMON/arch/arch-ifort_MESOIPSL.fcm @ 3026

Last change on this file since 3026 was 2846, checked in by aslmd, 2 years ago

Titan: missing CPP_DEF in arch-ifort_MESOIPSL.fcm prevented compiling

File size: 871 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%CPP_DEF             LAPACK
10%BASE_FFLAGS         -integer-size 32 -real-size 64 -fp-model strict -auto -align all
11%PROD_FFLAGS         -O2 -ip
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          -qopenmp
18%BASE_LD             -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread
19%MPI_LD
20%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.