--- MITgcm/tools/build_options/linux_ia32_pgf77 2004/09/21 19:51:10 1.5 +++ MITgcm/tools/build_options/linux_ia32_pgf77 2004/09/25 00:42:14 1.6 @@ -1,6 +1,6 @@ #!/bin/bash # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/linux_ia32_pgf77,v 1.5 2004/09/21 19:51:10 edhill Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/build_options/linux_ia32_pgf77,v 1.6 2004/09/25 00:42:14 heimbach Exp $ # FC='pgf77' @@ -11,10 +11,12 @@ if test "x$IEEE" = x ; then # No need for IEEE-754 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend' - FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform' + FOPTIM='-tp p6 -v -O2 -Munroll' +# -Mvect=cachesize:512000,transform else # Try to follow IEEE-754 FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend' - FOPTIM='-tp p6 -v -O2 -Munroll -Mvect=cachesize:512000,transform -Kieee' + FOPTIM='-tp p6 -v -O2 -Munroll -Kieee' +# -Mvect=cachesize:512000,transform fi