# # All models should use cpp flag __SX for activation of platform dependent # source code on SUPER-SX machines ! # # `uname -n` : brodie (cross compiling only) # `uname -s` : Linux # `uname -m` : SX-6 # # With old compiler revision which do not allow for the # option optdbl="-Wf,-A idbl4" use: # optdbl="-Wf,-A dbl4" AND -D__SXdbl4 # # export CPPFLAG=" -D__SX -D__SX__ " export CPPFLAG="-D__SX" export CPPFLAGF90start=" " export CPPFLAGSEP=" " export F90FLAG="-EP ${optf} ${optdbl} ${optnh} ${lstflags}" export FFLAG="-EP ${optf77} ${optdbl} ${optnh} ${lstflags}" export f90FLAG=${F90FLAG} export fFLAG=${FFLAG} export LDFLAG="-Pstack ${optl} ${optdbl} ${optnh}" export CCFLAG=${optc} export AFLAG="-h float0 -m" export ARFLAG="-rv" export MPPFLAG=" " export I4mods="I"