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

Diff of /MITgcm/tools/build_options/linux_ia32_g77

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

revision 1.7 by edhill, Fri Jul 30 20:53:25 2004 UTC revision 1.13 by jmc, Thu Jan 27 14:20:06 2005 UTC
# Line 17  if test "x$IEEE" = x ; then Line 17  if test "x$IEEE" = x ; then
17      FOPTIM='-O3 -malign-double -funroll-loops'      FOPTIM='-O3 -malign-double -funroll-loops'
18  else  else
19      #  Try to follow IEEE-754      #  Try to follow IEEE-754
20      FFLAGS='-Wimplicit -Wunused -Wuninitialized -ffloat-store'      FFLAGS='-Wimplicit -Wunused -ffloat-store -mfpmath=sse -msse -msse2'
21      FOPTIM='-O0 -malign-double'      FOPTIM='-O0 -malign-double'
22  fi  fi
23    
24  # netcdf  if test -d /usr/include/netcdf-3 ; then
25  # LIBS="-lnetcdf"      INCLUDES='-I/usr/include/netcdf-3'
26        LIBS='-L/usr/lib/netcdf-3'
27    elif test -d /usr/include/netcdf ; then
28        INCLUDES='-I/usr/include/netcdf'
29    fi
30    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22