/[MITgcm]/MITgcm/tools/build_options/darwin_ppc_xlf_panther+wienders
ViewVC logotype

Contents of /MITgcm/tools/build_options/darwin_ppc_xlf_panther+wienders

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


Revision 1.2 - (show annotations) (download)
Tue Jun 21 16:14:36 2005 UTC (18 years, 9 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint57y_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58q_post, checkpoint57v_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint57j_post, checkpoint61z, checkpoint61x, checkpoint61y, checkpoint58b_post, checkpoint58m_post, checkpoint57l_post
Changes since 1.1: +10 -15 lines
 o update for netCDF with latest from Nicolas

1 #!/bin/bash
2
3 # $Header: $
4 #
5 # Notes:
6 # This optfile was created by Nicolas Wienders and Ed Hill and
7 # is known to work (complete with netCDF) on at least one Mac
8 # system.
9
10 CPP='/usr/bin/cpp -traditional -P -xassembler-with-cpp'
11 FC=/opt/ibmcmp/xlf/8.1/bin/f77
12 LINK=/opt/ibmcmp/xlf/8.1/bin/f77
13 FFLAGS='-qfixed=132 -qsuffix=f=for'
14 FOPTIM='-O3'
15 NOOPTFLAGS='-O0'
16 LIBS='-L/usr/local/netcdf/lib -lnetcdf'
17 INCLUDES='-I/usr/local/netcdf/include'
18 SKIP_NETCDF_CHECK=t
19 HAVE_NETCDF=t
20 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"
21
22 S64='$(TOOLSDIR)/set64bitConst.sh'
23 MAKEDEPEND='$(TOOLSDIR)/cyrus-imapd-makedepend/makedepend'
24 DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR=" /"'

  ViewVC Help
Powered by ViewVC 1.1.22