/[MITgcm]/MITgcm/tools/build_options/sp4-32bit
ViewVC logotype

Diff of /MITgcm/tools/build_options/sp4-32bit

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

revision 1.1 by ce107, Thu Jan 13 00:16:31 2005 UTC revision 1.2 by ce107, Thu Dec 22 01:38:05 2005 UTC
# Line 9  Line 9 
9  S64='$(TOOLSDIR)/set64bitConst.sh'  S64='$(TOOLSDIR)/set64bitConst.sh'
10  MAKEDEPEND=makedepend  MAKEDEPEND=makedepend
11  DEFINES='-DTARGET_AIX -DWORDLENGTH=4'  DEFINES='-DTARGET_AIX -DWORDLENGTH=4'
12    INCLUDES='-I/usr/local/include'
13    
14  CPP='/lib/cpp -P'  CPP='/lib/cpp -P'
15  CC='cc_r'  CC='cc_r'
16  FC='xlf95_r'  FC='xlf95_r'
17  LINK='mpxlf95_r'  LINK='xlf95_r'
18  LIBS='-L/usr/local/apps/mass -lmass'  LIBS='-L/usr/local/apps/mass -lmass -L/usr/local/lib32/r4i4'
19  FFLAGS='-qfixed=132 -bmaxdata:0x80000000'  FFLAGS='-qfixed=132 -bmaxdata:0x80000000'
20  FOPTIM='-O3 -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'  if test "x$IEEE" = x ; then
21        #  No need for IEEE-754
22        FOPTIM='-O3 -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
23        CFLAGS='-O3 -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
24    else
25        #  Try to follow IEEE-754
26        FOPTIM='-O3 -qstrict -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
27        CFLAGS='-O3 -qstrict -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
28    fi
29  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"
30    HPMTINC='-I/usr/local/hpmtoolkit/include'
31    HPMTLIB='-L/usr/local/hpmtoolkit/lib -lhpm_r -lpmapi'
32    GSLINC='-I/home/bluesky/evangeli/gsl-1.5/include'
33    GSLLIB='-L/home/bluesky/evangeli/gsl-1.5/lib -lgsl -lgslcblas'
34    PAPIINC='-I/usr/local/include'
35    PAPILIB='-L/usr/local/lib -lpapi'

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

  ViewVC Help
Powered by ViewVC 1.1.22