/[MITgcm]/MITgcm/tools/build_options/SUPER-UX_SX-8_sxf90_awi
ViewVC logotype

Annotation of /MITgcm/tools/build_options/SUPER-UX_SX-8_sxf90_awi

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


Revision 1.1 - (hide annotations) (download)
Thu Nov 27 07:45:28 2008 UTC (15 years, 5 months ago) by mlosch
Branch: MAIN
CVS Tags: checkpoint61g, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61t, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q
add a non-mpi version of the SX8-R AWI build options file

1 mlosch 1.1 #!/bin/bash
2     #
3     # $Header: $
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     CPP='/lib/cpp -traditional -P'
11     DEFINES='-DTARGET_NEC_SX -DWORDLENGTH=1 -DHAVE_CLOC -UHAVE_SIGREG -DSEAICE_VECTORIZE_LSR -DCG2D_OUTERLOOPITERS=10'
12     FC='sxmpif90'
13     CC='sxcc -sx8r'
14    
15     RMFILES='*.L'
16     FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X ## _"
17     LINK='sxf90'
18     #LINK='sxmpif90 -p' # with profiler
19     FFLAGS='-Pstack -sx8r'
20     # automatic inlining for routines < 50 lines (default) and in the same file
21     # where they are to be inlined (we do not have too many of those)
22     FFLAGS=$FFLAGS' -pi'
23     # This is how you inline external routines if they are longer than 50 lines
24     # and live in a separate file (the actual routines depend on the packages
25     # used, therefore there are only a few examples here); unfortunately, these
26     # flags break the genmake2 tests, so you will have to include them into the
27     # makefile by hand
28     FEXTRAFLAGS='-pi auto fullmsg exp=barrier,ucase,timestep_tracer,ilnblnk,ifnblnk,cycle_tracer,pressure_for_eos,sw_temp,sw_ptmp rexp=fool_the_compiler,bar2,sw_adtg expin=barrier.F,timestep_tracer.F,fool_the_compiler.F,bar2.F,utils.F,cycle_tracer.F,pressure_for_eos.F,seawater.F'
29     # additional candidates for inlining are parts of packages that are not
30     # always used, therefore use this at your own risk:
31     #FEXTRAFLAGS=${FEXTRAFLAGS}' -pi fullmsg exp= expin='
32     # additional options:
33     # include a formated code listing and a listing of compiler transformations
34     # in *.L files
35     #FFLAGS=$FFLAGS' -R2'
36     # assume a loop count of 5,000,000 instead of estimating it from field
37     # declarations and include details messages about vectorization (if -R2
38     # specified)
39     #FFLAGS=$FFLAGS' -Wf "-pvctl noassume loopcnt=5000000 fullmsg"'
40     # trace output for performance analysis
41     #FFLAGS=$FFLAGS' -ftrace'
42     # default automatic optimization level
43     #FOPTIM='-C vopt'
44     if test "x$IEEE" = x ; then
45     # highest automatic optimization level, handle with care
46     FOPTIM='-C hopt'
47    
48     # these files require lower optimization
49     NOOPTFILES='ini_forcing.F mom_calc_visc.F'
50     NOOPTFLAGS='-C vopt'
51     else
52     # Try to follow IEEE-754
53     # highest automatic optimization level, handle with care
54     FOPTIM='-C vsafe'
55     fi
56    
57     # awi specific paths and stuff
58     INCLUDES='-I/SX/usr/include -I/sx8/user2/awisoft/sx8/netcdf-4.0/dw/include'
59     LIBS='-L/sx8/user2/awisoft/sx8/netcdf-4.0/dw/lib -lnetcdf'
60    

  ViewVC Help
Powered by ViewVC 1.1.22