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

Annotation of /MITgcm/tools/build_options/linux_ppc64_xlf_bigred

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


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

1 ce107 1.1 #!/bin/bash
2     #
3 jmc 1.3 # $Header: /u/gcmpack/MITgcm/tools/build_options/linux_ppc64_xlf_bigred,v 1.2 2010/03/21 22:22:53 jmc Exp $
4 jmc 1.2 # $Name: $
5 ce107 1.1
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
9    
10    
11     S64='$(TOOLSDIR)/set64bitConst.sh'
12     MAKEDEPEND=makedepend
13     DEFINES='-DWORDLENGTH=4 -DNML_TERMINATOR'
14     INCLUDES='-I/N/soft/linux-sles9-ppc64/netcdf-3.6.1-ibm-64/include'
15     CPP='/lib/cpp -traditional -P'
16     FC='xlf -q64'
17     CC='xlc -q64'
18     LINK='xlf -q64'
19 jmc 1.2 LIBS='-L/N/soft/linux-sles9-ppc64/netcdf-3.6.1-ibm-64/lib -lnetcdf'
20 ce107 1.1 FFLAGS='-qfixed=132'
21     if test "x$IEEE" = x ; then
22     # No need for IEEE-754
23     FOPTIM='-O5 -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
24     CFLAGS='-O5 -qinlglue -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1 -qipa=noobject:partition=large:threads'
25     else
26     FOPTIM='-O3 -qstrict -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
27     CFLAGS='-O3 -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