Changeset 2439


Ignore:
Timestamp:
Feb 5, 2016, 1:32:03 PM (8 years ago)
Author:
lguez
Message:

"-check all" includes "arg_temp_created", which is annoying so we
detail "check bounds", etc.

Location:
LMDZ5/trunk/arch
Files:
3 edited

Legend:

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

    r2436 r2439  
    88%PROD_FFLAGS         -O2 -ip -fp-model strict -axAVX,SSE4.2
    99%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    10 %DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug
     10%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug
    1111%MPI_FFLAGS
    1212%OMP_FFLAGS          -openmp -openmp-threadprivate=compat
  • LMDZ5/trunk/arch/arch-X64_OCCIGEN.fcm

    r2365 r2439  
    88%PROD_FFLAGS         -O2 -ip
    99%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    10 %DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check all -debug -traceback
     10%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -ftz -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug -traceback
    1111%MPI_FFLAGS
    1212%OMP_FFLAGS          -openmp -openmp-threadprivate compat
  • LMDZ5/trunk/arch/arch-ifort_CICLAD.fcm

    r2133 r2439  
    88%PROD_FFLAGS         -O2 -ip
    99%DEV_FFLAGS          -p -g -O1 -fpe0 -traceback
    10 %DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug
     10%DEBUG_FFLAGS        -p -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check bounds,format,output_conversion,pointers,uninit -debug
    1111%MPI_FFLAGS          -I/usr/lib64/openmpi/1.4.5-ifort/include
    1212%OMP_FFLAGS          -openmp
Note: See TracChangeset for help on using the changeset viewer.