Changeset 1725


Ignore:
Timestamp:
Feb 13, 2013, 3:31:38 PM (11 years ago)
Author:
acozic
Message:

Remove -ftrapuv option with O2 on dev mode (see the article on intel software network titled
"don't optimize when using -ftrapuv for uninitialized variable detection"
http://software.intel.com/en-us/articles/dont-optimize-when-using-ftrapuv-for-uninitialized-variable-detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/arch/arch-X64_CURIE.fcm

    r1627 r1725  
    77%BASE_FFLAGS         -i4 -r8 -auto -align all -I${MKLROOT}/include
    88%PROD_FFLAGS         -O3
    9 %DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check -ftrapuv
     9%DEV_FFLAGS          -p -g -O2 -traceback -fp-stack-check
    1010%DEBUG_FFLAGS        -p -g -traceback -fp-stack-check -ftrapuv
    1111%MPI_FFLAGS
Note: See TracChangeset for help on using the changeset viewer.