/[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.23 by jmc, Wed Nov 27 22:07:11 2013 UTC revision 1.24 by jmc, Thu Mar 20 18:51:43 2014 UTC
# Line 85  if test "x$IEEE" = x ; then     #- with Line 85  if test "x$IEEE" = x ; then     #- with
85     #FOPTIM='-O2 -funroll-loops'     #FOPTIM='-O2 -funroll-loops'
86  else  else
87     # these may also be useful, but require specific gfortran versions:     # these may also be useful, but require specific gfortran versions:
88     # -Wnonstd-intrinsics  for gfortran <= 4.3     # -Wnonstd-intrinsics        for gfortran <= 4.3
89     # -Wintrinsics-std     for gfortran >= 4.4     # -Wintrinsics-std           for gfortran >= 4.4
90     # -Wno-tabs            for gfortran >= 4.3     # -Wno-tabs                  for gfortran >= 4.3
91       # -Wno-unused-dummy-argument for gfortran >= 4.6
92     #FFLAGS="$FFLAGS -Waliasing -Wampersand -Wsurprising -Wline-truncation"     #FFLAGS="$FFLAGS -Waliasing -Wampersand -Wsurprising -Wline-truncation"
93     #- or simply:     #- or simply:
94      FFLAGS="$FFLAGS -Wall -Wno-unused-dummy-argument"      FFLAGS="$FFLAGS -Wall -Wno-unused-dummy-argument"

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

  ViewVC Help
Powered by ViewVC 1.1.22