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

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

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


Revision 1.2 - (hide annotations) (download)
Sun Mar 21 22:22:53 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63
Changes since 1.1: +2 -2 lines
add cvs Name and Header (if missing)

1 ce107 1.1 #!/bin/bash
2     #
3 jmc 1.2 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ppc64_xlf+mth,v 1.1 2007/07/31 22:24:51 ce107 Exp $
4     # $Name: $
5 ce107 1.1
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 -DNML_TERMINATOR -DUSE_OMP_THREADING'
14     INCLUDES=''
15     CPP='/lib/cpp -traditional -P'
16     FC='xlf_r -q64'
17     CC='xlc_r -q64'
18     LINK='xlf_r -q64'
19     LIBS=''
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