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

Diff of /MITgcm/tools/build_options/sp4_edvir1

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

revision 1.1 by mlosch, Thu Nov 17 12:45:03 2005 UTC revision 1.2 by mlosch, Thu Jan 10 08:00:51 2008 UTC
# Line 18  FC='xlf95 -q64' Line 18  FC='xlf95 -q64'
18  LINK='xlf95 -q64'  LINK='xlf95 -q64'
19  LIBS='-L/export/soft/mass/4.1/aix5/lib -lmass -L/edvir1/soft/netcdf-3.5.1/64/lib -lnetcdf'  LIBS='-L/export/soft/mass/4.1/aix5/lib -lmass -L/edvir1/soft/netcdf-3.5.1/64/lib -lnetcdf'
20    
21  FFLAGS='-qfixed=132'  # increase allowed line length
22    FFLAGS='-qfixed=132'
23    # this initializes all reals to NaNQ and all integers to -1
24    #FFLAGS=${FFLAGS}' -qinitauto=FF'
25  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
26      #  No need for IEEE-754      #  No need for IEEE-754
27      FOPTIM='-O3 -qhot -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'      FOPTIM='-O4 -qmaxmem=-1'
28        # if the above takes too long use a slightly less aggressive optimization
29        # FOPTIM='-O3 -qhot -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
30        # for some unknown reason, the -qhot option (part of -O4 is not so hot
31        # with these files (compilation takes forever), therefore we overwrite it
32        # here
33        NOOPTFILES='ini_curvilinear_grid.F  mon_stats_rs.F'
34        NOOPTFLAGS=${FOPTIM}' -qnohot'
35  else  else
36      #  Try to follow IEEE-754      #  Try to follow IEEE-754
37      FOPTIM='-O3 -qstrict -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'      FOPTIM='-O3 -qstrict -qstrictieeemod -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
38  fi  fi
39  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"
40    

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

  ViewVC Help
Powered by ViewVC 1.1.22