/[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.2 - (hide annotations) (download)
Sat Jan 15 01:20:19 2005 UTC (19 years, 3 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint57o_post, checkpoint57m_post, checkpoint57f_post, checkpoint57s_post, checkpoint57j_post, checkpoint57k_post, checkpoint57d_post, checkpoint57g_post, checkpoint57c_pre, checkpoint57i_post, checkpoint57y_post, checkpoint57x_post, checkpoint57g_pre, checkpoint57e_post, checkpoint57h_post, checkpoint57y_pre, checkpoint57f_pre, checkpoint57v_post, checkpoint57r_post, eckpoint57e_pre, checkpoint57h_done, checkpoint57n_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint57q_post, checkpoint57c_post, checkpoint57h_pre, checkpoint57l_post
Changes since 1.1: +11 -4 lines
Fix to pickup the right mpif.h and the higher perf threaded libraries

1 ce107 1.1 #!/bin/bash
2     #
3 ce107 1.2 # $Header: /u/gcmpack/MITgcm/tools/build_options/sp4+mpi,v 1.1 2005/01/13 00:16:31 ce107 Exp $
4 ce107 1.1 #
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 ce107 1.2 INCLUDES='-I/usr/lpp/ppe.poe/include/thread64'
14 ce107 1.1 CPP='/lib/cpp -P'
15     CC='mpcc_r -q64'
16 ce107 1.2 FC='mpxlf95_r -q64'
17 ce107 1.1 LINK='mpxlf95_r -q64'
18     LIBS='-L/usr/local/apps/mass -lmass'
19     FFLAGS='-qfixed=132'
20 ce107 1.2 if test "x$IEEE" = x ; then
21     # No need for IEEE-754
22     FOPTIM='-O3 -qhot -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
23     else
24     # Try to follow IEEE-754
25     FOPTIM='-O3 -qstrict -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
26     fi
27 ce107 1.1 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"
28 ce107 1.2

  ViewVC Help
Powered by ViewVC 1.1.22