/[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.23 by edhill, Fri May 12 19:08:46 2006 UTC revision 1.24 by jmc, Mon Feb 25 18:59:37 2008 UTC
# Line 21  else Line 21  else
21      has_sse2=f      has_sse2=f
22      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
23    
     # older OS on sea.mit.edu does not support sse  
     if [ `uname -n` = "sea" ]; then has_sse2=f; fi  
   
24      if test "x$has_sse2" = xt ; then      if test "x$has_sse2" = xt ; then
25          FFLAGS='-Wimplicit -Wunused -mfpmath=sse -msse -msse2'          FFLAGS='-Wimplicit -Wunused -mfpmath=sse -msse -msse2'
26      else      else

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

  ViewVC Help
Powered by ViewVC 1.1.22