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

Contents of /MITgcm/tools/build_options/linux_ppc64_xlf_ncar

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


Revision 1.1 - (show annotations) (download)
Fri Aug 5 23:38:58 2005 UTC (18 years, 8 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint58l_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint57s_post, checkpoint58b_post, checkpoint58m_post, checkpoint58u_post, checkpoint58r_post, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint58n_post, checkpoint58x_post, checkpoint58h_post, checkpoint58w_post, checkpoint58j_post, checkpoint57y_pre, checkpoint58q_post, checkpoint57v_post, checkpoint59e, checkpoint59d, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58o_post, checkpoint57z_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58t_post
Optfiles for Linux/PPC64 (generic and NCAR setup) using IBM's high
performance XL compilers.

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/sp4,v 1.6 2005/01/13 00:16:31 ce107 Exp $
4 #
5
6 # tested on frost, ce107 Aug 4 2005
7 # using the following invocation:
8 # ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc64_xlf
9
10
11 S64='$(TOOLSDIR)/set64bitConst.sh'
12 MAKEDEPEND=makedepend
13 DEFINES='-DWORDLENGTH=4'
14 INCLUDES='-I/contrib/fe_tools/xlc64/netcdf-3.6.0-p1/include'
15 CPP='/lib/cpp -traditional -P'
16 FC='xlf -q64'
17 CC='xlc -q64'
18 LINK='xlf -q64'
19 LIBS='-L/contrib/fe_tools/xlc64/netcdf-3.6.0-p1/lib -lnetcdf'
20 FFLAGS='-qfixed=132'
21 if test "x$IEEE" = x ; then
22 # No need for IEEE-754
23 FOPTIM='-O5 -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
24 CFLAGS='-O5 -qinlglue -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
25 else
26 FOPTIM='-O3 -qstrict -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
27 CFLAGS='-O3 -qstrict -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
28 fi
29 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"

  ViewVC Help
Powered by ViewVC 1.1.22