/[MITgcm]/MITgcm/tools/build_options/sp4-64bit
ViewVC logotype

Contents of /MITgcm/tools/build_options/sp4-64bit

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


Revision 1.3 - (show annotations) (download)
Sun Mar 21 22:22:53 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63a, checkpoint63b, 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: +2 -3 lines
add cvs Name and Header (if missing)

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/sp4-64bit,v 1.2 2005/12/22 01:38:05 ce107 Exp $
4 # $Name: $
5
6 # tested on bluesky, ce107 Jan 2005
7
8 S64='$(TOOLSDIR)/set64bitConst.sh'
9 MAKEDEPEND=makedepend
10 DEFINES='-DTARGET_AIX -DWORDLENGTH=4'
11
12 CPP='/lib/cpp -P'
13 CC='cc_r -q64'
14 FC='xlf95_r -q64'
15 LINK='mpxlf95_r -q64'
16 LIBS='-L/usr/local/apps/mass -lmass -L/usr/local/lib64/r4i4'
17 FFLAGS='-qfixed=132'
18 if test "x$IEEE" = x ; then
19 # No need for IEEE-754
20 FOPTIM='-O3 -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
21 CFLAGS='-O3 -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
22 else
23 # Try to follow IEEE-754
24 FOPTIM='-O3 -qstrict -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
25 CFLAGS='-O3 -qstrict -Q -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
26 fi
27 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"

  ViewVC Help
Powered by ViewVC 1.1.22