/[MITgcm]/MITgcm/tools/build_options/sp5+mpi_nas
ViewVC logotype

Contents of /MITgcm/tools/build_options/sp5+mpi_nas

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


Revision 1.2 - (show annotations) (download)
Sun Mar 21 22:22:53 2010 UTC (14 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64i, checkpoint64h, checkpoint64j, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, 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.1: +3 -3 lines
add cvs Name and Header (if missing)

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/sp5+mpi_nas,v 1.1 2007/10/04 18:21:24 heimbach Exp $
4 # $Name: $
5
6 # tested on bluevista, ce107 Feb 2006
7 # using the following invocation:
8 # ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/sp5+mpi -make=gmake
9 # modified for IBM Power 5+ "Schirra" at NASA/ARC, ce107, heimbach Oct 2007
10
11 S64='$(TOOLSDIR)/set64bitConst.sh'
12 MAKEDEPEND=makedepend
13
14 # NML_TERMINATOR should enable using "&" as terminator, but doesnt work
15 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_AIX -DWORDLENGTH=4 -DNML_TERMINATOR'
16
17 INCLUDES="-I/usr/lpp/ppe.poe/include/thread64 -I${NETCDF}/include"
18 CPP='/lib/cpp -P'
19 # The -q64 is redundant on bluevista, default mode is 64bit
20 CC='mpcc_r -q64'
21 FC='mpxlf_r -q64'
22 LINK='mpxlf_r -q64'
23 LIBS="-lmass -L${NETCDF}/lib"
24 FFLAGS='-qfixed=132'
25 if test "x$IEEE" = x ; then
26 # No need for IEEE-754
27 FOPTIM='-O3 -Q -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
28 CFLAGS='-O3 -Q -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
29 else
30 # Try to follow IEEE-754
31 FOPTIM='-O3 -qstrict -Q -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
32 CFLAGS='-O3 -qstrict -Q -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
33 fi
34 #
35 # useful for netcdf
36 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"
37 #
38 # useful for parallel DIVA
39 MPI_HEADER_FILES='mpif.h'
40 MPI_HEADER_FILES_INC='./mpi_headers/mpif.h'
41 MPIINCLUDEDIR='/usr/lpp/ppe.poe/include/thread64'
42 #
43 # usful for timing, but not all libs availale on bv
44 HPMTINC=' '
45 HPMTLIB='-lhpm_r -lpmapi'
46 #GSLINC='-I/homebv/evangeli/gsl-1.5/include'
47 #GSLLIB='-L/homebv/evangeli/gsl-1.5/lib64 -lgsl -lgslcblas'
48 #PAPIINC='-I/usr/local/include'
49 #PAPILIB='-L/usr/local/lib -lpapi'

  ViewVC Help
Powered by ViewVC 1.1.22