Ignore:
Timestamp:
Mar 18, 2013, 1:03:34 PM (12 years ago)
Author:
emillour
Message:

Generic GCM:
Debug options for ifort include "-fpe-all=0 -no-ftz", which is too agressive because it stops on underflows; removed option "-no-ftz".
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/makegcm_ifort

    r905 r906  
    390390           set optim90="$optim90"" -G1 "
    391391        else if $LINUX then
    392            set optim=" -g -fpe-all=0 -no-ftz -traceback -ftrapuv -fp-stack-check -check all -debug"
    393            set optim90=" -g -fpe-all=0 -no-ftz -traceback -ftrapuv -fp-stack-check -check all -debug"
    394            set optimtru90=" -g -fpe-all=0 -no-ftz -traceback -ftrapuv -fp-stack-check -check all -debug"
     392           set optim=" -g -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug"
     393           set optim90=" -g -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug"
     394           set optimtru90=" -g -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug"
    395395        else
    396396           echo "pas d option debug predefinie pour cette machine"
Note: See TracChangeset for help on using the changeset viewer.