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

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

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


Revision 1.1 - (hide annotations) (download)
Wed Nov 16 16:16:18 2005 UTC (18 years, 6 months ago) by mlosch
Branch: MAIN
build options file for "our" IBM at AWI, some specific local paths are
different from sp4+mpi

1 mlosch 1.1 #!/bin/bash
2     #
3     # $Header: $
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'
13    
14     INCLUDES='-I/usr/lpp/ppe.poe/include/thread64 -I/edvir1/soft/netcdf-3.5.1/64/include'
15     CPP='/lib/cpp -P'
16     CC='mpcc_r -q64'
17     FC='mpxlf95_r -q64'
18     LINK='mpxlf95_r -q64'
19     LIBS='-L/export/soft/mass/4.1/aix5/lib -lmass -L/edvir1/soft/netcdf-3.5.1/64/lib -lnetcdf'
20     FFLAGS='-qfixed=132'
21     if test "x$IEEE" = x ; then
22     # No need for IEEE-754
23     FOPTIM='-O3 -qhot -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
24     else
25     # Try to follow IEEE-754
26     FOPTIM='-O3 -qstrict -qarch=pwr4 -qtune=pwr4 -qcache=auto -qmaxmem=-1'
27     fi
28     FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"
29    

  ViewVC Help
Powered by ViewVC 1.1.22