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

Annotation of /MITgcm/tools/build_options/sp4

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


Revision 1.6 - (hide annotations) (download)
Thu Jan 13 00:16:31 2005 UTC (19 years, 3 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57f_post, checkpoint57s_post, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint57c_pre, checkpoint57i_post, checkpoint57y_post, checkpoint57e_post, checkpoint57m_post, checkpoint57g_pre, checkpoint57y_pre, checkpoint57f_pre, checkpoint57v_post, checkpoint57r_post, eckpoint57e_pre, checkpoint57h_done, checkpoint57x_post, checkpoint57n_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, checkpoint57c_post, checkpoint57j_post, checkpoint57h_pre, checkpoint57l_post, checkpoint57h_post
Changes since 1.5: +6 -11 lines
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 edhill 1.2 #!/bin/bash
2     #
3 ce107 1.6 # $Header: /u/gcmpack/MITgcm/tools/build_options/sp4,v 1.5 2004/02/26 19:57:59 cnh Exp $
4 edhill 1.2 #
5    
6 edhill 1.3 # tested on bluesky, EH3 2003-09-04
7     # using the following invocation:
8     # ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/sp4 -make=gmake
9    
10    
11 edhill 1.2 S64='$(TOOLSDIR)/set64bitConst.sh'
12     MAKEDEPEND=makedepend
13 ce107 1.6 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_AIX -DWORDLENGTH=4'
14 edhill 1.2
15 edhill 1.1 #ph: e.g. bluesky.ucar.edu, marcellus.navo.hpc.mil
16     INCLUDES='-I/usr/lpp/ppe.poe/include'
17 edhill 1.3 CPP='/lib/cpp -P'
18 edhill 1.1 FC='mpxlf95'
19     LINK='mpxlf95'
20 ce107 1.6 LIBS='-L/usr/local/apps/mass -lmass'
21     FFLAGS='-qfixed=132 -bmaxdata:0x80000000'
22     FOPTIM='-O3 -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
23     FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"

  ViewVC Help
Powered by ViewVC 1.1.22