Ignore:
Timestamp:
Mar 18, 2013, 11:58:34 AM (12 years ago)
Author:
emillour
Message:

Generic GCM:

  • removed the "-static" ifort compilation option (problematic on Gnome cluster) and added some additional debug options
  • fixed bug in newstart about initialization of albedo and thermal inertia.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/makegcm_ifort

    r903 r905  
    188188else if $LINUX then
    189189   #NB: on gnome -O3 ==> NaNs ...
    190    set optim=" -O2 -fp-model precise -ip -mkl=sequential -align all -static "
    191    set optim90=" -O2 -fp-model precise -ip -mkl=sequential -align all -static "
    192    set optimtru90=" -O2 -fp-model precise -ip -mkl=sequential -align all -static "
     190   set optim=" -O2 -fp-model precise -ip -mkl=sequential -align all "
     191   set optim90=" -O2 -fp-model precise -ip -mkl=sequential -align all "
     192   set optimtru90=" -O2 -fp-model precise -ip -mkl=sequential -align all "
    193193   if ( `hostname` == ciclad1.ipsl.jussieu.fr ) then
    194194       echo "YOU ARE ON CICLAD CLUSTER"
     
    390390           set optim90="$optim90"" -G1 "
    391391        else if $LINUX then
    392            set optim=" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"
    393            set optim90=" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"
    394            set optimtru90=" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"
     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"
    395395        else
    396396           echo "pas d option debug predefinie pour cette machine"
Note: See TracChangeset for help on using the changeset viewer.