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

Diff of /MITgcm/tools/build_options/linux_ia32_pgf77+mpi

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

revision 1.4 by edhill, Tue Sep 21 19:51:10 2004 UTC revision 1.5 by heimbach, Sat Sep 25 00:42:14 2004 UTC
# Line 13  INCLUDES='$INCLUDES -I/usr/local/include Line 13  INCLUDES='$INCLUDES -I/usr/local/include
13  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
14      #  No need for IEEE-754      #  No need for IEEE-754
15      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
16      FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform'      FOPTIM='-tp p6 -v -O2 -Munroll'
17    # -Mvect=cachesize:512000,transform
18  else  else
19      #  Try to follow IEEE-754      #  Try to follow IEEE-754
20      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'
21      FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee'      FOPTIM='-tp p6 -v -O2 -Munroll -Kieee'
22    # -Mvect=cachesize:512000,transform
23  fi  fi
24    
25  #LIBS='-L/usr/local/mpich-1.2.1/pgi_fortran_binding/lib/ -lfmpich -lmpich'  #LIBS='-L/usr/local/mpich-1.2.1/pgi_fortran_binding/lib/ -lfmpich -lmpich'

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

  ViewVC Help
Powered by ViewVC 1.1.22