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

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

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


Revision 1.1 - (hide annotations) (download)
Thu Oct 4 18:21:24 2007 UTC (16 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59k, checkpoint59j, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Modified optfile for new IBM Power5+ "Schirra" at NASA/ARC

1 heimbach 1.1 #!/bin/bash
2     #
3     # $Header: /u/gcmpack/MITgcm/tools/build_options/sp5+mpi,v 1.1 2006/06/27 11:23:43 heimbach Exp $
4     #
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