Back to home page

MITgcm

 
 

    


Warning, /tools/build_options/unsupported/SUPER-UX_SX-6_sxmpif90+mpi_dkrz is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
78b43dd1c5 Patr*0001 #!/bin/bash
                0002 #
                0003 # for use on hurrikan.dkrz.de
                0004 # compile on cross.dkrz.de using cross compiler
                0005 # module load cross-compiler
                0006 # heimbach@mit.edu, edhill@mit.edu
                0007 
                0008 MAKE='sxgmake'
                0009 CPP='/lib/cpp  -traditional -P'
                0010 DEFINES='-DALLOW_USE_MPI -DALWAYS_USE_MPI -DTARGET_NEC_SX -DWORDLENGTH=1'
                0011 #ph: on cross.dkrz.de set environment var.
                0012 #ph: setenv F_UFMTENDIAN big
                0013 FC='sxmpif90 -c'
                0014 CC='sxcc'
                0015 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X)  X ## _"
                0016 LINK='sxmpif90'
                0017 FFLAGS='-Wf "-pvctl noassume loopcnt=5000000" -sx6 -Pstack'
                0018 INCLUDES='-I/SX/usr/include'