/[MITgcm]/MITgcm/tools/build_options/SUPER-UX_SX-8_sxf90+mpi_awi
ViewVC logotype

Contents of /MITgcm/tools/build_options/SUPER-UX_SX-8_sxf90+mpi_awi

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


Revision 1.7 - (show annotations) (download)
Tue Feb 5 15:07:33 2008 UTC (16 years, 2 months ago) by mlosch
Branch: MAIN
Changes since 1.6: +15 -8 lines
enhance options a little and make sure that xmakedepend is not use
(does not work on this machine)

1 #!/bin/bash
2 #
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/SUPER-UX_SX-8_sxf90+mpi_awi,v 1.6 2007/09/27 15:00:21 mlosch Exp $
4 #
5 # for cross compiling on sx8.awi.de
6 # uname -a:
7 # Linux sx8 2.6.5-7.282-default #1 SMP Tue Aug 29 10:40:40 UTC 2006 ia64 ia64 ia64 GNU/Linux#
8
9 # nec use
10 MAKEDEPEND='/usr/bin/X11/makedepend'
11 CPP='/lib/cpp -traditional -P'
12 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_NEC_SX -DWORDLENGTH=1 -UHAVE_SIGREG -DSEAICE_VECTORIZE_LSR -DCG2D_OUTERLOOPITERS=10'
13 FC='sxmpif90'
14 CC='sxcc -sx8r'
15
16 RMFILES='*.L'
17 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
18 LINK='sxmpif90'
19 #LINK='sxmpif90 -p' # with profiler
20 FFLAGS='-Pstack -sx8r'
21 # automatic inlining for routines < 50 lines (default) and in the same file
22 # where they are to be inlined (we do not have too many of those)
23 FFLAGS=$FFLAGS' -pi'
24 # This is how you inline external routines if they are longer than 50 lines
25 # and live in a separate file (the actual routines depend on the packages
26 # used, therefore there are only a few examples here); unfortunately, these
27 # flags break the genmake2 tests, so you will have to include them into the
28 # makefile by hand
29 FEXTRAFLAGS='-pi auto fullmsg exp=barrier,ucase,timestep_tracer,ilnblnk,ifnblnk,cycle_tracer,pressure_for_eos rexp=fool_the_compiler,bar2 expin=barrier.F,timestep_tracer.F,fool_the_compiler.F,bar2.F,utils.F,cycle_tracer.F,pressure_for_eos.F'
30 # additional candidates for inlining are parts of packages that are not
31 # always used, therefore use this at your own risk:
32 #FEXTRAFLAGS=${FEXTRAFLAGS}' -pi fullmsg exp= expin='
33 # additional options:
34 # include a formated code listing and a listing of compiler transformations
35 # in *.L files
36 #FFLAGS=$FFLAGS' -R2'
37 # assume a loop count of 5,000,000 instead of estimating it from field
38 # declarations and include details messages about vectorization (if -R2
39 # specified)
40 #FFLAGS=$FFLAGS' -Wf "-pvctl noassume loopcnt=5000000 fullmsg"'
41 # define basic storage unit as 8 bytes (default is 4); does not work with
42 # netCDF (library needs recompilation, accordingly)
43 #FFLAGS=$FFLAGS' -ew'
44 # trace output for performance analysis
45 #FFLAGS=$FFLAGS' -ftrace'
46 # default automatic optimization level
47 #FOPTIM='-C vopt'
48 if test "x$IEEE" = x ; then
49 # highest automatic optimization level, handle with care
50 FOPTIM='-C hopt'
51
52 # these files require lower optimization
53 NOOPTFILES='ini_forcing.F mom_calc_visc.F'
54 NOOPTFLAGS='-C vopt'
55 else
56 # Try to follow IEEE-754
57 # highest automatic optimization level, handle with care
58 FOPTIM='-C vsafe'
59 fi
60
61 # awi specific paths and stuff
62 INCLUDES='-I/SX/usr/include -I/home/sx8/sx8bench/netcdf/include'
63 LIBS='-L/home/sx8/sx8bench/netcdf/lib -lnetcdf'

  ViewVC Help
Powered by ViewVC 1.1.22