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

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

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

revision 1.1 by edhill, Thu May 18 03:10:54 2006 UTC revision 1.4 by jmc, Fri May 9 16:38:35 2008 UTC
# Line 9  DEFINES='-DWORDLENGTH=4' Line 9  DEFINES='-DWORDLENGTH=4'
9  CPP='cpp -traditional -P'  CPP='cpp -traditional -P'
10  # INCLUDES="-I/scratch/edhill/netcdf_for_pgi/pgi_fc3/include"  # INCLUDES="-I/scratch/edhill/netcdf_for_pgi/pgi_fc3/include"
11  # LIBS="-L/scratch/edhill/netcdf_for_pgi/pgi_fc3/lib"  # LIBS="-L/scratch/edhill/netcdf_for_pgi/pgi_fc3/lib"
12    if test "x$ALWAYS_USE_F90" = x1 ; then
13        FC='/usr/local/pkg/pgi/pgi-6.1-5/linux86/6.1/bin/pgf90'
14    fi
15    
16  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
17      #  No need for IEEE-754      #  No need for IEEE-754
# Line 16  if test "x$IEEE" = x ; then Line 19  if test "x$IEEE" = x ; then
19      FOPTIM='-fastsse -Mvect=cachesize:524288,transform'      FOPTIM='-fastsse -Mvect=cachesize:524288,transform'
20  else  else
21      #  Try to follow IEEE-754      #  Try to follow IEEE-754
22      FFLAGS='-byteswapio -r8 -Mnodclchk -Mextend'      FFLAGS='-byteswapio -r8'
23      FOPTIM='-O0 -Mvect=sse -Mscalarsse -Mcache_align -Mnoflushz -Kieee'      FOPTIM='-O0 -Mscalarsse -Mcache_align -Mnoflushz -Kieee'
24  fi  fi
25    

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

  ViewVC Help
Powered by ViewVC 1.1.22