source: LMDZ6/trunk/arch/arch-ifort_MESOIPSL.fcm

Last change on this file was 4598, checked in by yann meurdesoif, 12 months ago

Integrate preprocessor name in arch.fcm files.
default => cpp
irene : mpif90 -E
jean-zay : mpiifort -E

For jean-zay and irene, using compiler preprocessor make possible to have correct line number on compilation error or in debuging report.
YM

File size: 868 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%FPP                 cpp
4%AR                  ar
5%ARFLAGS             rs
6%MAKE                make
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 -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.