Changeset 3589 for LMDZ6/trunk/arch


Ignore:
Timestamp:
Oct 16, 2019, 3:33:17 PM (5 years ago)
Author:
Ehouarn Millour
Message:

Based on some recommendations by other users, stick to "-fp-model strict" compiler option, even in prod mode.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/arch/arch-X64_JEANZAY.fcm

    r3572 r3589  
    77%FPP_FLAGS           -P -traditional
    88%FPP_DEF             NC_DOUBLE FFT_MKL
    9 %BASE_FFLAGS         -i4 -r8 -auto -align all
    10 %PROD_FFLAGS         -O3 -axAVX,SSE4.2 -fp-model fast=2
    11 %DEV_FFLAGS          -fp-model strict -p -g -O2 -traceback -fp-stack-check
    12 %DEBUG_FFLAGS        -fp-model strict -p -g -O0 -traceback -fp-stack-check -ftrapuv -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan
     9%BASE_FFLAGS         -i4 -r8 -auto -align all -fp-model strict
     10%PROD_FFLAGS         -O3 -xHost -qopt-zmm-usage=high
     11%DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check
     12%DEBUG_FFLAGS        -p -g -O0 -traceback -fp-stack-check -ftrapuv -check bounds,noarg_temp_created,pointers,stack,uninit -debug full -init=arrays -init=snan
    1313%MPI_FFLAGS
    1414%OMP_FFLAGS          -qopenmp
Note: See TracChangeset for help on using the changeset viewer.