source: branches/publications/ORCHIDEE_Biochar/arch/arch-X64_IRENE.fcm @ 7442

Last change on this file since 7442 was 5418, checked in by albert.jornet, 6 years ago

Fix: snowdepth xml definition set to lower case to match Orchidee source code (XIOS is case sensitive).
New: add "-profile" compilation mode (production + -g + vectorization reports) for Obelix, ADA and IRENE.

-in obelix use intel-fcomp/2016

File size: 788 bytes
Line 
1%COMPILER            mpif90
2%LINK                mpif90
3%AR                  ar
4%MAKE                gmake
5%FPP_FLAGS           -P -traditional
6%FPP_DEF             CPP_FLUSH
7%FPP_DEF_PROD        VECALIGN=64
8%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model precise
9%PROD_FFLAGS         -O3 -xHost -align all -align array64byte -ip
10%PROFIL_FFLAGS       -O3 -xHost -g -qopt-report=5 -qopt-report-phase=vec,loop -align all -align array64byte -ip
11%DEV_FFLAGS          -g -O2 -traceback -fp-stack-check -ftrapuv -check bounds
12%DEBUG_FFLAGS        -fpe0 -O0 -g -traceback -fp-stack-check -ftrapuv -check bounds -check all -init=arrays -init=snan
13%MPI_FFLAGS
14%OMP_FFLAGS          -qopenmp -qopenmp-threadprivate compat
15%BASE_LD             -i4 -r8
16%MPI_LD
17%OMP_LD              -qopenmp
Note: See TracBrowser for help on using the repository browser.