GraphSchedulerSimpleTest.py File Reference

Go to the source code of this file.

Namespaces

 GraphSchedulerSimpleTest
 

Variables

int GraphSchedulerSimpleTest.evtslots = 23
 
int GraphSchedulerSimpleTest.evtMax = 50
 
int GraphSchedulerSimpleTest.cardinality = 10
 
int GraphSchedulerSimpleTest.algosInFlight = 10
 
tuple GraphSchedulerSimpleTest.whiteboard
 
tuple GraphSchedulerSimpleTest.slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=DEBUG)
 
tuple GraphSchedulerSimpleTest.scheduler
 
tuple GraphSchedulerSimpleTest.a1 = CPUCruncher("A1")
 
tuple GraphSchedulerSimpleTest.a2 = CPUCruncher("A2")
 
tuple GraphSchedulerSimpleTest.a3 = CPUCruncher("A3")
 
tuple GraphSchedulerSimpleTest.a4 = CPUCruncher("A4")
 
tuple GraphSchedulerSimpleTest.ctrp = ContextEventCounterPtr("CNT*", Cardinality=0, OutputLevel=INFO)
 
tuple GraphSchedulerSimpleTest.ctrd = ContextEventCounterData("CNT&", Cardinality=0, OutputLevel=INFO)
 
string GraphSchedulerSimpleTest.EvtSel = 'NONE'
 
list GraphSchedulerSimpleTest.ExtSvc = [whiteboard]
 
 GraphSchedulerSimpleTest.EventLoop = slimeventloopmgr,
 
list GraphSchedulerSimpleTest.TopAlg = [a1, a2, a3, a4, ctrp, ctrd]
 
string GraphSchedulerSimpleTest.MessageSvcType = "InertMessageSvc"