Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

heather@yakut14 $ root -b \
************************************ ** ** W E L C O M E to R O O T ** **
Version 5.34/03 27 October 2012
** ** You are welcome to visit our Web site
** http://root.cern.ch ** *
*************************************
ROOT 5.34/03 (tags/v5-34-03@46856, Oct 27 2012, 23:19:27 on linux)
CINT/ROOT C/C++ Interpreter version 5.18.00, July 2, 2010
Type ? for help. Commands must be C++ statements.Enclose multiple statements between { }.
root* 0 *.L stress.cxx
root* 1 *stress(1000)
** *********************************************************
Starting R O O T - S T R E S S test suite with 1000 events
************************************************************
Test 1 : Functions, Random Numbers, Histogram Fits............. OK{}
Test 2 : Check size & compression factor of a Root file........ OK{}
Test 3 : Purge, Reuse of gaps in TFile......................... OK{}
Test 4 : Test of 2-d histograms, functions, 2-d fits........... OK{}
Test 5 : Test graphics & Postscript............................ OK{}
Test 6 : Test subdirectories in a Root file.................... OK{}
Test 7 : TNtuple, selections, TCut, TCutG, TEventList.......... OK{}
Test 8 : Trees split and compression modes..................... OK{}
Test 9 : Analyze Event.root file of stress 8................... OK{}
Test 10 : Create 10 files starting from Event.root.............. OK{}
Test 11 : Test chains of Trees using the 10 files............... OK{}
Test 12 : Compare histograms of test 9 and 11................... OK{}
Test 13 : Test merging files of a chain......................... OK{}
Test 14 : Check correct rebuilt of Event.root in test 13........ OK{}
Test 15 : Divert Tree branches to separate files................ OK{}
Test 16 : CINT test (3 nested loops) with LHCb trigger..........OK
** *******************************************************
SYS: Linux yakut14 2.6.18-308.13.1.el5 #1 SMP Thu Jul 26 05:49:19*
SYS: "Red Hat Enterprise Linux Client release 5.8 (Tikanga)"
************************************************************
stress : Total I/O = 552.7 Mbytes, I = 404.5, O = 148.2stress : Compr I/O = 381.1 Mbytes, I = 276.7, O = 104.5
stress : Real Time = 82.77 seconds Cpu Time = 81.54 seconds
* *********************************************************
ROOTMARKS = 620.3 * Root5.34/03 20121027/2308

...

Trying a fresh rebuild of v5.34.03 on rhel5-32

No Difference

Running a "read-only" job without filling histograms

This runs quite smoothly and quickly - so likely the issue is not with reading/writing, but rather some other aspect of the scripts

Re-running tests in xxl queue

In preparation for the next GR release, it would be nice to have a complete set of system tests results, I think xxl will allow all the tests to complete.  This required a small tweak to use "xxl" from "xlong" in $SYSTESTS/src/exec/runSystests_SCons.pl

Building systest scripts via ACLIC

...