source: branches/publications/ORCHIDEE_Biochar/arch/arch-X64_ADA.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: 871 bytes
Line 
1%COMPILER            mpiifort
2%LINK                mpiifort
3%AR                  ar
4%MAKE                gmake
5%FPP_FLAGS           -P -traditional
6%FPP_DEF_PROD       
7%FPP_DEF             
8%BASE_FFLAGS         -integer-size 32 -real-size 64 -shared-intel -mcmodel=large -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
13%MPI_FFLAGS
14%OMP_FFLAGS          -openmp -openmp-threadprivate compat
15%BASE_LD             -shared-intel -mcmodel=large -Wl,-rpath=/smplocal/pub/NetCDF/4.1.3/mpi/lib:/smplocal/pub/HDF5/1.8.9/par/lib
16%MPI_LD
17%OMP_LD              -openmp
18
Note: See TracBrowser for help on using the repository browser.