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

Diff 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 | View Patch Patch

revision 1.10 by mlosch, Tue Apr 8 15:28:59 2008 UTC revision 1.13 by mlosch, Mon Aug 3 10:24:49 2009 UTC
# Line 8  Line 8 
8    
9  # nec use  # nec use
10  CPP='/lib/cpp -traditional -P'  CPP='/lib/cpp -traditional -P'
11  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_NEC_SX -DWORDLENGTH=1 -UHAVE_SIGREG -DSEAICE_VECTORIZE_LSR -DCG2D_OUTERLOOPITERS=10'  DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_NEC_SX -DWORDLENGTH=1 -DHAVE_CLOC -UHAVE_SIGREG -DSEAICE_VECTORIZE_LSR -DCG2D_OUTERLOOPITERS=10'
12  FC='sxmpif90'  FC='sxmpif90'
13  CC='sxcc -sx8r'  CC='sxcc -sx8r'
14    
# Line 23  FFLAGS=$FFLAGS' -pi' Line 23  FFLAGS=$FFLAGS' -pi'
23  # This is how you inline external routines if they are longer than 50 lines  # 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  # 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  # 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  # flags break the genmake2 tests, so they get an extra flag variable that
27  # makefile by hand  # is not tested in genmake2
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'  FEXTRAFLAGS='-pi auto fullmsg exp=barrier,ucase,timestep_tracer,ilnblnk,ifnblnk,cycle_tracer,pressure_for_eos,sw_temp,sw_ptmp rexp=fool_the_compiler,fool_the_compiler_r8,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  # additional candidates for inlining are parts of packages that are not
30  # always used, therefore use this at your own risk:  # always used, therefore use this at your own risk:
31  #FEXTRAFLAGS=${FEXTRAFLAGS}' -pi fullmsg exp= expin='  #FEXTRAFLAGS=${FEXTRAFLAGS}' -pi fullmsg exp= expin='
# Line 37  FEXTRAFLAGS='-pi auto fullmsg exp=barrie Line 37  FEXTRAFLAGS='-pi auto fullmsg exp=barrie
37  # declarations and include details messages about vectorization (if -R2  # declarations and include details messages about vectorization (if -R2
38  # specified)  # specified)
39  #FFLAGS=$FFLAGS' -Wf "-pvctl noassume loopcnt=5000000 fullmsg"'  #FFLAGS=$FFLAGS' -Wf "-pvctl noassume loopcnt=5000000 fullmsg"'
 # define basic storage unit as 8 bytes (default is 4); does not work with  
 # netCDF (library needs recompilation, accordingly)  
 #FFLAGS=$FFLAGS' -ew'    
40  # trace output for performance analysis  # trace output for performance analysis
41  #FFLAGS=$FFLAGS' -ftrace'  #FFLAGS=$FFLAGS' -ftrace'
42  # default automatic optimization level  # default automatic optimization level
# Line 58  else Line 55  else
55  fi  fi
56    
57  # awi specific paths and stuff  # awi specific paths and stuff
58  INCLUDES='-I/SX/usr/include -I/home/sx8/sx8bench/netcdf/include'  #INCLUDES='-I/SX/usr/include -I/home/sx8/sx8bench/netcdf/include'
59  LIBS='-L/home/sx8/sx8bench/netcdf/lib -lnetcdf'  #LIBS='-L/home/sx8/sx8bench/netcdf/lib -lnetcdf'
60    INCLUDES='-I/SX/usr/include -I/sx8/user2/awisoft/sx8/netcdf-4.0/dw/include'
61    LIBS='-L/sx8/user2/awisoft/sx8/netcdf-4.0/dw/lib -lnetcdf'
62  # this is needed for compiling on the compute nodes  # this is needed for compiling on the compute nodes
63  INCLUDES=$INCLUDES' -I/SX/opt/mpisx/inst/usr/include'  INCLUDES=$INCLUDES' -I/SX/opt/mpisx/inst/usr/include'
64    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.22