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

Annotation of /MITgcm/tools/build_options/linux_ppc_xlf+mth

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


Revision 1.4 - (hide annotations) (download)
Thu Sep 29 16:22:30 2011 UTC (12 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED
move to unsupported/ (has been merged into linux_ppc_xlf)

1 ce107 1.1 #!/bin/bash
2     #
3 jmc 1.4 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ppc_xlf+mth,v 1.3 2010/03/21 22:22:53 jmc Exp $
4 jmc 1.3 # $Name: $
5 ce107 1.1
6     # tested on frost, ce107 Aug 4 2005
7     # using the following invocation:
8 ce107 1.2 # ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/linux_ppc_xlf+mth
9 ce107 1.1
10     S64='$(TOOLSDIR)/set64bitConst.sh'
11     MAKEDEPEND=makedepend
12     DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR -DUSE_OMP_THREADING'
13     INCLUDES=''
14     CPP='/lib/cpp -traditional -P'
15 ce107 1.2 FC='xlf_r -q32'
16     CC='xlc_r -q32'
17     LINK='xlf_r -q32'
18 ce107 1.1 LIBS=''
19     FFLAGS='-qfixed=132'
20     if test "x$IEEE" = x ; then
21     # No need for IEEE-754
22     FOPTIM='-O5 -qsmp=omp -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
23     CFLAGS='-O5 -qsmp=omp -qinlglue -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
24     else
25     FOPTIM='-O3 -qsmp=omp -qstrict -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
26     CFLAGS='-O3 -qsmp=omp -qstrict -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
27     fi
28     FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"

  ViewVC Help
Powered by ViewVC 1.1.22