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

Diff of /MITgcm/tools/build_options/linux_ia32_pgf77

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

revision 1.4 by edhill, Sat Sep 18 16:09:44 2004 UTC revision 1.6 by heimbach, Sat Sep 25 00:42:14 2004 UTC
# Line 11  CPP='cpp -traditional -P' Line 11  CPP='cpp -traditional -P'
11  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
12      #  No need for IEEE-754      #  No need for IEEE-754
13      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
14      FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'      FOPTIM='-tp p6 -v -O2 -Munroll'
15    # -Mvect=cachesize:512000,transform
16  else  else
17      #  Try to follow IEEE-754      #  Try to follow IEEE-754
18      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
19      FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'      FOPTIM='-tp p6 -v -O2 -Munroll -Kieee'
20    # -Mvect=cachesize:512000,transform
21  fi  fi
22    
 LIBS='-lnetcdf'  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22