Changeset 906 for trunk/LMDZ.GENERIC


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

Location:
trunk/LMDZ.GENERIC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r905 r906  
    917917
    918918== 18/03/2013 == EM
    919 - removed the "-static" ifort compilation option (problematic onGnome cluster)
     919- removed the "-static" ifort compilation option (problematic on Gnome cluster)
    920920  and added some additional debug options
    921921- fixed bug in newstart about initialization of albedo and thermal inertia.
  • 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.