/[MITgcm]/MITgcm/tools/build_options/linux_ppc64_xlf_bigred+mth
ViewVC logotype

Contents of /MITgcm/tools/build_options/linux_ppc64_xlf_bigred+mth

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


Revision 1.1 - (show annotations) (download)
Thu Sep 20 21:10:51 2007 UTC (16 years, 6 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62b, checkpoint62a, checkpoint59m, checkpoint59i, checkpoint59o, checkpoint59k, checkpoint59p, checkpoint59n, checkpoint59r, checkpoint59h, checkpoint61x, checkpoint61y, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint59j, checkpoint59q, checkpoint60, checkpoint61, checkpoint62, checkpoint59l
Updated and specialized PPC/PCC64 optfiles

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ppc64_xlf+mth,v 1.1 2007/07/31 22:24:51 ce107 Exp $
4 #
5
6 # tested on Big Red, ce107 Aug 30 2007
7 # using the following invocation:
8 # ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc64_xlf_bigred+mth
9
10
11 S64='$(TOOLSDIR)/set64bitConst.sh'
12 MAKEDEPEND=makedepend
13 DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR -DUSE_OMP_THREADING'
14 INCLUDES='-I/N/soft/linux-sles9-ppc64/netcdf-3.6.1-ibm-64/include'
15 CPP='/lib/cpp -traditional -P'
16 FC='xlf_r -q64'
17 CC='xlc_r -q64'
18 LINK='xlf_r -q64'
19 LIBS='-L/N/soft/linux-sles9-ppc64/netcdf-3.6.1-ibm-64/lib -lnetcdf'
20 FFLAGS='-qfixed=132'
21 if test "x$IEEE" = x ; then
22 # No need for IEEE-754
23 FOPTIM='-O5 -qsmp=omp -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
24 CFLAGS='-O5 -qsmp=omp -qinlglue -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
25 else
26 FOPTIM='-O3 -qsmp=omp -qstrict -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
27 CFLAGS='-O3 -qsmp=omp -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