/[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.3 - (show annotations) (download)
Sun Mar 21 22:22:52 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.2: +4 -3 lines
add cvs Name and Header (if missing)

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

  ViewVC Help
Powered by ViewVC 1.1.22