Ignore:
Timestamp:
Jul 19, 2012, 10:06:53 PM (12 years ago)
Author:
jbmadeleine
Message:

Added the option -freal=nan in the debug options of the g95 make

file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/makegcm_g95

    r646 r733  
    383383        else if $LINUX then
    384384           ## for g95
    385            set optim="-g -Wall -ftrace=full -fbounds-check"
    386            set optim90="-g -Wall -ftrace=full -fbounds-check"
    387            set optimtru90="-g -Wall -ftrace=full -fbounds-check"
     385           set optim="-g -Wall -ftrace=full -fbounds-check -freal=nan"
     386           set optim90="-g -Wall -ftrace=full -fbounds-check -freal=nan"
     387           set optimtru90="-g -Wall -ftrace=full -fbounds-check -freal=nan"
    388388        else
    389389           echo "pas d option debug predefinie pour cette machine"
Note: See TracChangeset for help on using the changeset viewer.