Sandia-darwin-ppc


Sandia-sun
Platform
Mac OS X 10.4.9 on Dual Core Xserve G5 2Ghz 8Gb
Compilers
gcc version 4.0.1 (Apple Computer, Inc. build 5363)
gcc version 3.3 20030304 (Apple Computer, Inc. build 1819)
Options
-j2
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.

python regression.py --runner="Sandia-darwin-ppc" --bjam-toolset=darwin \
  --pjl-toolset=darwin --toolsets="darwin-3.3,darwin-4.0" --bjam-options="-j2 --without-serialization"
    
Notes
User-config.jam
    using darwin
      : 3.3
      : /usr/bin/g++-3.3
      ;

    using darwin
      : 4.0
      : /usr/bin/g++
      ;