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

Diff of /MITgcm/tools/build_options/sunos_sun4u_g77

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

revision 1.1 by edhill, Mon Mar 1 18:22:09 2004 UTC revision 1.2 by edhill, Mon Mar 1 18:29:54 2004 UTC
# Line 19  MAKE='gmake' Line 19  MAKE='gmake'
19  #  For IEEE, use the "-ffloat-store" option  #  For IEEE, use the "-ffloat-store" option
20  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
21      FFLAGS='-Wimplicit -Wunused -Wuninitialized'      FFLAGS='-Wimplicit -Wunused -Wuninitialized'
22      FOPTIM='-O3 -malign-double -funroll-loops'      FOPTIM='-O3 -funroll-loops'
23  else  else
24      FFLAGS='-Wimplicit -Wunused -ffloat-store'      FFLAGS='-Wimplicit -Wunused -ffloat-store'
25      FOPTIM='-O0 -malign-double'      FOPTIM='-O0'
26  fi  fi
27    
28    

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

  ViewVC Help
Powered by ViewVC 1.1.22