![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
Variables | |
| OutputLevel | |
| int | evtslots = 13 |
| int | evtMax = 50 |
| int | cardinality = 10 |
| int | algosInFlight = 10 |
| whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots) | |
| slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO) | |
| scheduler | |
| shortCalib | |
| a1 = CPUCruncher("A1", varRuntime=.01, avgRuntime=.1) | |
| outKeys | |
| a2 = CPUCruncher("A2") | |
| a3 = CPUCruncher("A3") | |
| a4 = CPUCruncher("A4") | |
| Cardinality | |
| EvtMax | |
| EvtSel | |
| ExtSvc | |
| EventLoop | |
| TopAlg | |
| MessageSvcType | |
Options file to test fix for https://sft.its.cern.ch/jira/browse/CFHEP-114 a problem which is ther when declaring dependencies explicitely in the scheduler and having more dependencies than algorithms.
| BugCFHEP114.a1 = CPUCruncher("A1", varRuntime=.01, avgRuntime=.1) |
Definition at line 30 of file BugCFHEP114.py.
| BugCFHEP114.a2 = CPUCruncher("A2") |
Definition at line 33 of file BugCFHEP114.py.
| BugCFHEP114.a3 = CPUCruncher("A3") |
Definition at line 36 of file BugCFHEP114.py.
| BugCFHEP114.a4 = CPUCruncher("A4") |
Definition at line 39 of file BugCFHEP114.py.
| int BugCFHEP114.algosInFlight = 10 |
Definition at line 17 of file BugCFHEP114.py.
| int BugCFHEP114.cardinality = 10 |
Definition at line 16 of file BugCFHEP114.py.
| BugCFHEP114.Cardinality |
Definition at line 43 of file BugCFHEP114.py.
| BugCFHEP114.EventLoop |
Definition at line 50 of file BugCFHEP114.py.
| int BugCFHEP114.evtMax = 50 |
Definition at line 15 of file BugCFHEP114.py.
| BugCFHEP114.EvtMax |
Definition at line 47 of file BugCFHEP114.py.
| BugCFHEP114.EvtSel |
Definition at line 48 of file BugCFHEP114.py.
| int BugCFHEP114.evtslots = 13 |
Definition at line 14 of file BugCFHEP114.py.
| BugCFHEP114.ExtSvc |
Definition at line 49 of file BugCFHEP114.py.
| BugCFHEP114.MessageSvcType |
Definition at line 52 of file BugCFHEP114.py.
| BugCFHEP114.outKeys |
Definition at line 31 of file BugCFHEP114.py.
| BugCFHEP114.OutputLevel |
Definition at line 11 of file BugCFHEP114.py.
| BugCFHEP114.scheduler |
Definition at line 23 of file BugCFHEP114.py.
| BugCFHEP114.shortCalib |
Definition at line 28 of file BugCFHEP114.py.
| BugCFHEP114.slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO) |
Definition at line 21 of file BugCFHEP114.py.
| BugCFHEP114.TopAlg |
Definition at line 51 of file BugCFHEP114.py.
| BugCFHEP114.whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots) |
Definition at line 19 of file BugCFHEP114.py.