/[MITgcm]/MITgcm/tools/build_options/linux_amd64_gfortran
ViewVC logotype

Diff of /MITgcm/tools/build_options/linux_amd64_gfortran

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.16 by mlosch, Fri Dec 2 15:19:38 2011 UTC revision 1.17 by jmc, Sun Mar 18 22:46:08 2012 UTC
# Line 81  else Line 81  else
81    if test "x$DEVEL" = x ; then  #- no optimisation + IEEE :    if test "x$DEVEL" = x ; then  #- no optimisation + IEEE :
82      FOPTIM='-O0'      FOPTIM='-O0'
83    else                          #- development/check options:    else                          #- development/check options:
84      FOPTIM='-O0'      FOPTIM='-O0 -g -fbounds-check'
85      FOPTIM="$FOPTIM -g -ffpe-trap=invalid,zero,overflow -fbounds-check"      FOPTIM="$FOPTIM -ffpe-trap=invalid,zero,overflow -finit-real=inf"
86    fi    fi
87  fi  fi
88    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.22