Changeset 2163


Ignore:
Timestamp:
Sep 25, 2019, 10:01:10 AM (5 years ago)
Author:
emillour
Message:

Add -O0 to debug options, otherwise the traceback can give weird results.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-CICLADifort.fcm

    r2122 r2163  
    88%PROD_FFLAGS         -O2
    99%DEV_FFLAGS          -O2
    10 %DEBUG_FFLAGS        -fpe0 -g -no-ftz -check -traceback -ftrapuv -fp-stack-check
     10%DEBUG_FFLAGS        -fpe0 -g -no-ftz -check -traceback -ftrapuv -fp-stack-check -O0
    1111%MPI_FFLAGS          -I$MPI_INCLUDE
    1212%OMP_FFLAGS         
Note: See TracChangeset for help on using the changeset viewer.