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

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

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


Revision 1.1 - (show annotations) (download)
Thu Jan 13 00:16:31 2005 UTC (19 years, 4 months ago) by ce107
Branch: MAIN
Updated SP3 and SP4 options for TARGET_AIX define and 64bit compilation
Standard sp3 and sp4 files (cleaned up) still do MPI + 32bit compilation
for backwards compatibility. 64bit MPI should be faster on recent AIX
and POE versions.

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/sp4,v 1.5 2004/02/26 19:57:59 cnh Exp $
4 #
5
6 # tested on bluesky, ce107 Jan 2005
7
8
9 S64='$(TOOLSDIR)/set64bitConst.sh'
10 MAKEDEPEND=makedepend
11 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_AIX -DWORDLENGTH=4'
12
13 INCLUDES='-I/usr/lpp/ppe.poe/include'
14 CPP='/lib/cpp -P'
15 CC='mpcc_r -q64'
16 FC='mpxlf95 -q64'
17 LINK='mpxlf95_r -q64'
18 LIBS='-L/usr/local/apps/mass -lmass'
19 FFLAGS='-qfixed=132'
20 FOPTIM='-O3 -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
21 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"

  ViewVC Help
Powered by ViewVC 1.1.22