Sandia-sun


Sandia-sun
Platform
Solaris 5.10 16 Dual-Core 1.5 Ghz UltraSparc-IV+ with 65Gb RAM
Compilers
Sun C++ 5.9 SunOS_sparc 2007/05/03
Sun C++ 5.8 Patch 121017-09 2007/01/17
Sun C++ 5.7 Patch 117830-07 2006/03/15
Options
-j8
Schedule
Full tests run nightly at 10:55pm, (Mountain Standard Time)
Contact
Noel Belcourt
kbelco at sandia.gov
Command Line

regression.py invoked as follows (trailing carets are line continuation characters)

python regression.py --runner="Sandia-sun" --bjam-toolset=sun \
  --pjl-toolset="sun address-model=32" --toolsets="sun-5.7,sun-5.8,sun-5.9" --bjam-options="-j8 stdlib=sun-stlport"
    
Notes
Both the sun-5.7 and sun-5.8 compilers seg fault compiling process jam log.
User-config.jam
    using sun 
      : 5.9
      : /opt/Studio12/SUNWspro/bin/CC
      : <cflags>"-xtarget=native64 -features=tmplife -features=tmplrefstatic"
        <cxxflags>"-xtarget=native64 -features=tmplife -features=tmplrefstatic"
        <linkflags>"-xtarget=native64 -features=tmplife -features=tmplrefstatic"
      ;
    using sun
      : 5.8
      : /opt/Studio11/SUNWspro/bin/CC
      : <cflags>"-xtarget=native64 -features=tmplife -features=tmplrefstatic"
        <cxxflags>"-xtarget=native64 -features=tmplife -features=tmplrefstatic"
        <linkflags>"-xtarget=native64 -features=tmplife -features=tmplrefstatic"
      ;
    using sun
      : 5.7
      : /opt/SUNWspro/bin/CC
      : <cflags>"-xtarget=native64 -features=tmplife -features=tmplrefstatic"
        <cxxflags>"-xtarget=native64 -features=tmplife -features=tmplrefstatic"
        <linkflags>"-xtarget=native64 -features=tmplife -features=tmplrefstatic"
      ;