source: trunk/ICOSA_LMDZ/arch/arch-X64_OCCIGEN.fcm @ 3484

Last change on this file since 3484 was 2648, checked in by emillour, 3 years ago

Dynamico interface:
Add "-fp-model strict" flag to %BASE_FFLAGS on Occigen to be coherent
with Occigen arch file for LMDZ.COMMON
EM

File size: 590 bytes
RevLine 
[1696]1%COMPILER            mpif90
2%LINK                mpif90
3%FPP                 mpif90 -E
4%AR                  ar
5%MAKE                gmake
6%FPP_FLAGS           -P
7%FPP_DEF             KEY_NONE CPP_NETCDF4
[2648]8%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict -I${MKLROOT}/include
[1999]9%PROD_FFLAGS         -g -traceback -O3
[1696]10%DEV_FFLAGS          -g -O1 -traceback
[2648]11%DEBUG_FFLAGS        -g  -check bounds
[1696]12%MPI_FFLAGS
[1999]13%OMP_FFLAGS          -qopenmp -qopenmp-threadprivate=compat
[1696]14%BASE_LD             -i4 -r8 -auto $MKL_LIBS
15%MPI_LD
[1999]16%OMP_LD              -qopenmp -qopenmp-threadprivate=compat
Note: See TracBrowser for help on using the repository browser.