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

Diff of /MITgcm/tools/build_options/linux_amd64_g95

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

revision 1.1 by ce107, Wed Jan 31 21:43:34 2007 UTC revision 1.2 by ce107, Mon Aug 20 20:31:00 2007 UTC
# Line 14  NOOPTFLAGS='-O0' Line 14  NOOPTFLAGS='-O0'
14  if test "x$DEVEL" != x ; then  if test "x$DEVEL" != x ; then
15      FFLAGS='-g -Wall -Wextra -fbounds-check -ftrace=full -finteger=-99999 -flogical=false -freal=nan'      FFLAGS='-g -Wall -Wextra -fbounds-check -ftrace=full -finteger=-99999 -flogical=false -freal=nan'
16  else  else
17      FFLAGS=''      FFLAGS='-Wunused'
18  fi  fi
19    
20  #  "warning: -Wuninitialized is not supported without -O"  #  "warning: -Wuninitialized is not supported without -O"
# Line 22  FFLAGS="$FFLAGS -fendian=big -fimplicit- Line 22  FFLAGS="$FFLAGS -fendian=big -fimplicit-
22    
23  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
24      #  No need for IEEE-754      #  No need for IEEE-754
25      FOPTIM='-O3 -funroll-loops -ffast-math'      FOPTIM='-O3 -funroll-loops'
26  else  else
27      #  Try to follow IEEE-754      #  Try to follow IEEE-754
28      FOPTIM='-O0'      FOPTIM='-O0'

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22