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

Contents of /MITgcm/tools/build_options/sp4

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


Revision 1.5 - (show annotations) (download)
Thu Feb 26 19:57:59 2004 UTC (20 years, 2 months ago) by cnh
Branch: MAIN
CVS Tags: checkpoint52l_pre, checkpoint52n_post, checkpoint53d_post, checkpoint54a_pre, checkpoint55c_post, checkpoint54e_post, checkpoint53c_post, checkpoint55d_pre, checkpoint57b_post, checkpoint55j_post, checkpoint56b_post, checkpoint54a_post, checkpoint52l_post, checkpoint55h_post, checkpoint53b_post, checkpoint54b_post, checkpoint53b_pre, checkpoint55b_post, checkpoint54d_post, checkpoint56c_post, checkpoint52m_post, checkpoint55, checkpoint53a_post, checkpoint57a_post, checkpoint54, checkpoint54f_post, checkpoint55g_post, checkpoint55f_post, checkpoint57a_pre, checkpoint55i_post, checkpoint57, checkpoint56, checkpoint53, checkpoint53g_post, hrcube5, checkpoint55e_post, checkpoint53f_post, checkpoint55a_post, checkpoint53d_pre, checkpoint54c_post, checkpoint56a_post, checkpoint55d_post
Changes since 1.4: +2 -2 lines
Make sp4 use MPI

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/sp4,v 1.4 2003/11/13 22:03:39 edhill Exp $
4 #
5
6 # 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 S64='$(TOOLSDIR)/set64bitConst.sh'
12 MAKEDEPEND=makedepend
13 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_PWR3 -DTARGET_SGI -DWORDLENGTH=4'
14
15 #ph: e.g. bluesky.ucar.edu, marcellus.navo.hpc.mil
16 INCLUDES='-I/usr/lpp/ppe.poe/include'
17 # set CPP = ( '/lib/cpp' )
18 CPP='/lib/cpp -P'
19 FC='mpxlf95'
20 LINK='mpxlf95'
21 LIBS=' -L/usr/local/apps/mass -lmass'
22 # set FFLAGS = ( '-extend_source -mp -mpio -bytereclen -r10000 -mips4' )
23 FFLAGS='-qfixed=132 -O3 -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1 -bmaxdata:0x80000000'
24 # set FOPTIM = ( '-O3' )
25 # set NOOPTFLAGS = ( '-O0' )
26 # set NOOPTFILES = ( 'barrier.F different_multiple.F ' \
27 # 'external_fields_load.F' )
28 RMFILES='rii_files'

  ViewVC Help
Powered by ViewVC 1.1.22