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

Diff of /MITgcm/tools/build_options/sunos_i86pc_f95

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

revision 1.1 by mlosch, Tue Sep 2 11:55:06 2008 UTC revision 1.2 by mlosch, Thu Nov 20 13:19:51 2008 UTC
# Line 26  LIBS='-L/opt/netcdf-3.6.2/lib' Line 26  LIBS='-L/opt/netcdf-3.6.2/lib'
26    
27  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
28      #  No need for IEEE-754      #  No need for IEEE-754
29      FFLAGS='-stackvar -explicitpar -vpara -e -u -noautopar -xfilebyteorder=big16:%all'      FFLAGS='-e -u -xfilebyteorder=big16:%all'
30      FFLAGS=$FFLAGS' -xtypemap=real:64,double:64,integer:32'      FFLAGS=$FFLAGS' -xtypemap=real:64,double:64,integer:32'
31      FOPTIM='-dalign -O4 -xarch=native -fsimple=2'      FOPTIM='-dalign -O4 -xarch=native -fsimple=2'
32      CFLAGS='-dalign -xO4 -xarch=native'      CFLAGS='-dalign -xO4 -xarch=native'
33  else  else
34      #  Try to follow IEEE-754      #  Try to follow IEEE-754
35      FFLAGS='-e -u -fsimple=0 -xfilebyteorder=big16:%all'      FFLAGS='-e -u -xfilebyteorder=big16:%all'
36      FFLAGS=$FFLAGS' -xtypemap=real:64,double:64,integer:32'      FFLAGS=$FFLAGS' -xtypemap=real:64,double:64,integer:32'
37      FOPTIM='-O0'      FOPTIM='-O0 -fsimple=0'
38      CFLAGS='-xO0'      CFLAGS='-xO0'
39  fi  fi
40  NOOPTFLAGS='-dalign -O0'  NOOPTFLAGS='-dalign -O0'

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

  ViewVC Help
Powered by ViewVC 1.1.22