/[MITgcm]/MITgcm/tools/build_options/sp4+mpi_edvir1
ViewVC logotype

Contents of /MITgcm/tools/build_options/sp4+mpi_edvir1

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


Revision 1.3 - (show annotations) (download)
Wed Jan 9 16:07:47 2008 UTC (16 years, 4 months ago) by mlosch
Branch: MAIN
Changes since 1.2: +5 -1 lines
tweak the build options file a little, reduce optimization of
ini_curvilinear_grid.F a little so that it compiles within a finite
time (<1h)

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/sp4+mpi_edvir1,v 1.2 2005/11/17 09:33:21 mlosch Exp $
4 # $Name: $
5 #
6 # tested on edvir1.awi-bremerhaven.de
7 # uname -a: AIX edvir1 2 5 0010117A4C00
8 #
9
10 S64='$(TOOLSDIR)/set64bitConst.sh'
11 MAKEDEPEND=makedepend
12 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_AIX -DWORDLENGTH=4 -DNML_TERMINATOR'
13 HAVE_CLOC='true'
14 HAVE_SETRLSTK='true'
15 HAVE_STAT='true'
16
17 MPI='true'
18 INCLUDES='-I/usr/lpp/ppe.poe/include/thread64 -I/edvir1/soft/netcdf-3.5.1/64/include'
19 CPP='/lib/cpp -P'
20 CC='mpcc_r -q64'
21 FC='mpxlf95_r -q64'
22 LINK='mpxlf95_r -q64'
23 LIBS='-L/export/soft/mass/4.1/aix5/lib -lmass -L/edvir1/soft/netcdf-3.5.1/64/lib -lnetcdf'
24
25 FFLAGS='-qfixed=132'
26 if test "x$IEEE" = x ; then
27 # No need for IEEE-754
28 FOPTIM='-O3 -qhot -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
29 # for some unknown reason, the -qhot option is not so hot with this file
30 # (compilation takes forever), therefore we take it out here
31 NOOPTFILES='ini_curvilinear_grid.F'
32 NOOPTFLAGS='-O3 -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
33 else
34 # Try to follow IEEE-754
35 FOPTIM='-O3 -qstrict -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
36 fi
37 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"

  ViewVC Help
Powered by ViewVC 1.1.22