source: trunk/LMDZ.COMMON/arch/arch-ifort_MESOIPSL.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: 887 bytes
RevLine 
[2815]1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%ARFLAGS             rs
5%MAKE                make
[3079]6%FPP                 mpif90 -E
7%FPP_FLAGS           
[2815]8%CPP_FLAGS           -P
9%FPP_DEF             NC_DOUBLE LAPACK FFT_MKL
[2846]10%CPP_DEF             LAPACK
[2815]11%BASE_FFLAGS         -integer-size 32 -real-size 64 -fp-model strict -auto -align all
12%PROD_FFLAGS         -O2 -ip
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
19%BASE_LD             -i4 -r8 -auto -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread
20%MPI_LD
21%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.