/[MITgcm]/MITgcm/tools/build_options/sp4+mpi
ViewVC logotype

Diff of /MITgcm/tools/build_options/sp4+mpi

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

revision 1.2 by ce107, Sat Jan 15 01:20:19 2005 UTC revision 1.3 by ce107, Thu Dec 22 01:38:05 2005 UTC
# Line 3  Line 3 
3  #  $Header$  #  $Header$
4  #  #
5    
6  #  tested on bluesky, ce107 Jan 2005  #  tested on bluesky, ce107 Dec 2005
7    #  using the following invocation:
8    #    ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/sp4 -make=gmake
9    
10  S64='$(TOOLSDIR)/set64bitConst.sh'  S64='$(TOOLSDIR)/set64bitConst.sh'
11  MAKEDEPEND=makedepend  MAKEDEPEND=makedepend
12  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_AIX -DWORDLENGTH=4'  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_AIX -DWORDLENGTH=4'
13    
14  INCLUDES='-I/usr/lpp/ppe.poe/include/thread64'  INCLUDES='-I/usr/lpp/ppe.poe/include/thread64 -I/usr/local/include'
15  CPP='/lib/cpp -P'  CPP='/lib/cpp -P'
16  CC='mpcc_r -q64'  CC='mpcc_r -q64'
17  FC='mpxlf95_r -q64'  FC='mpxlf95_r -q64'
18  LINK='mpxlf95_r -q64'  LINK='mpxlf95_r -q64'
19  LIBS='-L/usr/local/apps/mass -lmass'  LIBS='-L/usr/local/apps/mass -lmass -L/usr/local/lib64/r4i4'
20  FFLAGS='-qfixed=132'  FFLAGS='-qfixed=132'
21  if test "x$IEEE" = x ; then  if test "x$IEEE" = x ; then
22      #  No need for IEEE-754      #  No need for IEEE-754
23      FOPTIM='-O3 -qhot -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'      FOPTIM='-O3 -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
24        CFLAGS='-O3 -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
25  else  else
26      #  Try to follow IEEE-754      #  Try to follow IEEE-754
27      FOPTIM='-O3 -qstrict -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'      FOPTIM='-O3 -qstrict -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
28        CFLAGS='-O3 -qstrict -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
29  fi  fi
30  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"  FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"
   

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

  ViewVC Help
Powered by ViewVC 1.1.22