/[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.15 by edhill, Mon Jan 31 16:28:12 2005 UTC revision 1.16 by edhill, Mon Jan 31 16:41:10 2005 UTC
# Line 20  else Line 20  else
20      has_sse2=f      has_sse2=f
21      grep flags /proc/cpuinfo | grep sse2 > /dev/null 2>&1  &&  has_sse2=t      grep flags /proc/cpuinfo | grep sse2 > /dev/null 2>&1  &&  has_sse2=t
22      if test "x$has_sse2" = xt ; then      if test "x$has_sse2" = xt ; then
23          FFLAGS='-Wimplicit -Wunused -ffloat-store -mfpmath=sse -msse -msse2'          FFLAGS='-Wimplicit -Wunused -mfpmath=sse -msse -msse2'
24      else      else
25          FFLAGS='-Wimplicit -Wunused -ffloat-store -mfpmath=sse -msse'          FFLAGS='-Wimplicit -Wunused -ffloat-store'
26      fi      fi
27      #  echo 'FFLAGS="'$FFLAGS'"'      #  echo 'FFLAGS="'$FFLAGS'"'
28      FOPTIM='-O0 -malign-double'      FOPTIM='-O0 -malign-double'

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

  ViewVC Help
Powered by ViewVC 1.1.22