/[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.3 - (show annotations) (download)
Fri Sep 5 00:25:42 2003 UTC (20 years, 7 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51k_post, checkpoint51o_pre, checkpoint51n_pre, checkpoint51l_post, checkpoint51q_post, checkpoint51j_post, checkpoint51o_post, checkpoint51p_post, checkpoint51i_post, checkpoint52, checkpoint51f_post, checkpoint51r_post, branchpoint-genmake2, checkpoint51h_pre, checkpoint51l_pre, checkpoint51g_post, ecco_c52_e35, checkpoint52a_pre, checkpoint51t_post, checkpoint51n_post, checkpoint51i_pre, checkpoint51u_post, checkpoint51m_post, checkpoint51s_post
Branch point for: branch-nonh, branch-genmake2, tg2-branch, checkpoint51n_branch
Changes since 1.2: +9 -2 lines
two small changes to fix compilation on the IBM sp4 "bluesky"

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

  ViewVC Help
Powered by ViewVC 1.1.22