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

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

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


Revision 1.1 - (show annotations) (download)
Mon Dec 11 14:15:36 2006 UTC (17 years, 3 months ago) by mlosch
Branch: MAIN
CVS Tags: mitgcm_mapl_00, checkpoint58u_post, checkpoint58w_post, checkpoint58x_post, checkpoint58t_post, checkpoint59a, checkpoint59, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post
 new optfile for jump.fz-juelich.de

1 #!/bin/bash
2 #
3 # $Header: $
4 #
5 # tested on jump.fz-juelich.de, mlosch
6 # uname -a: AIX j36 3 5 00223C3B4C00
7 # using the following invocation:
8 # ../../../tools/genmake2 -mods=../code -of=../../../tools/build_options/sp4+mpi_jump
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 MPI='true'
17
18 INCLUDES='-I/usr/lpp/ppe.poe/include/thread64 -I/opt/rsct/lapi/include64 -I/usr/lpp/ssp/css/aix52/include64 -I/opt/rsct/lapi/include -I/usr/local/include'
19 #INCLUDES='-I/usr/lpp/ppe.poe/include/thread64 -I/usr/local/include'
20 CPP='/lib/cpp -P'
21 CC='mpcc_r -q64'
22 FC='mpxlf95_r -q64'
23 LINK='mpxlf95_r -q64'
24 #LIBS='-lmass'
25 LIBS='-lmass -lesslsmp'
26 FFLAGS='-qfixed=132'
27 if test "x$IEEE" = x ; then
28 # No need for IEEE-754
29 FOPTIM='-O3 -Q -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
30 CFLAGS='-O3 -Q -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
31 else
32 # Try to follow IEEE-754
33 FOPTIM='-O3 -qstrict -Q -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
34 CFLAGS='-O3 -qstrict -Q -qarch=auto -qtune=auto -qcache=auto -qmaxmem=-1'
35 fi
36 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"

  ViewVC Help
Powered by ViewVC 1.1.22