/[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.15 by utke, Mon Sep 26 19:32:32 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    
# Line 127  elif test -d /usr/local/netcdf ; then Line 127  elif test -d /usr/local/netcdf ; then
127  elif test -d /usr/local/include/netcdf.inc ; then  elif test -d /usr/local/include/netcdf.inc ; then
128      INCLUDES='-I/usr/local/include'      INCLUDES='-I/usr/local/include'
129      LIBS='-L/usr/local/lib64'      LIBS='-L/usr/local/lib64'
130    elif test -d /usr/include/netcdf.inc ; then
131        INCLUDES='-I/usr/include'
132        LIBS='-L/usr/lib64'
133  fi  fi
134    
135  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then  if [ -n "$MPI_INC_DIR" -a "x$MPI" = xtrue ] ; then

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

  ViewVC Help
Powered by ViewVC 1.1.22