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

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

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


Revision 1.4 - (hide annotations) (download)
Sun Mar 21 22:22:53 2010 UTC (15 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.3: +3 -3 lines
add cvs Name and Header (if missing)

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

  ViewVC Help
Powered by ViewVC 1.1.22