GraphSchedulerSimpleTest Namespace Reference

Variables

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

Variable Documentation

tuple GraphSchedulerSimpleTest.a1 = CPUCruncher("A1")

Definition at line 81 of file GraphSchedulerSimpleTest.py.

tuple GraphSchedulerSimpleTest.a2 = CPUCruncher("A2")

Definition at line 84 of file GraphSchedulerSimpleTest.py.

tuple GraphSchedulerSimpleTest.a3 = CPUCruncher("A3")

Definition at line 88 of file GraphSchedulerSimpleTest.py.

tuple GraphSchedulerSimpleTest.a4 = CPUCruncher("A4")

Definition at line 92 of file GraphSchedulerSimpleTest.py.

int GraphSchedulerSimpleTest.algosInFlight = 10

Definition at line 41 of file GraphSchedulerSimpleTest.py.

int GraphSchedulerSimpleTest.cardinality = 10

Definition at line 40 of file GraphSchedulerSimpleTest.py.

tuple GraphSchedulerSimpleTest.ctrd = ContextEventCounterData("CNT&", Cardinality=0, OutputLevel=INFO)

Definition at line 105 of file GraphSchedulerSimpleTest.py.

tuple GraphSchedulerSimpleTest.ctrp = ContextEventCounterPtr("CNT*", Cardinality=0, OutputLevel=INFO)

Definition at line 104 of file GraphSchedulerSimpleTest.py.

GraphSchedulerSimpleTest.EventLoop = slimeventloopmgr,

Definition at line 113 of file GraphSchedulerSimpleTest.py.

int GraphSchedulerSimpleTest.evtMax = 50

Definition at line 39 of file GraphSchedulerSimpleTest.py.

string GraphSchedulerSimpleTest.EvtSel = 'NONE'

Definition at line 111 of file GraphSchedulerSimpleTest.py.

int GraphSchedulerSimpleTest.evtslots = 23

Definition at line 38 of file GraphSchedulerSimpleTest.py.

list GraphSchedulerSimpleTest.ExtSvc = [whiteboard]

Definition at line 112 of file GraphSchedulerSimpleTest.py.

string GraphSchedulerSimpleTest.MessageSvcType = "InertMessageSvc"

Definition at line 115 of file GraphSchedulerSimpleTest.py.

tuple GraphSchedulerSimpleTest.scheduler
Initial value:
1 = ForwardSchedulerSvc(MaxAlgosInFlight = algosInFlight,
2  ThreadPoolSize = algosInFlight,
3  useGraphFlowManagement = True,
4  OutputLevel=WARNING)
The SchedulerSvc implements the IScheduler interface.

Definition at line 66 of file GraphSchedulerSimpleTest.py.

tuple GraphSchedulerSimpleTest.slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=DEBUG)

Definition at line 57 of file GraphSchedulerSimpleTest.py.

list GraphSchedulerSimpleTest.TopAlg = [a1, a2, a3, a4, ctrp, ctrd]

Definition at line 114 of file GraphSchedulerSimpleTest.py.

tuple GraphSchedulerSimpleTest.whiteboard
Initial value:
1 = HiveWhiteBoard("EventDataSvc",
2  EventSlots = evtslots)
Data service base class.

Definition at line 48 of file GraphSchedulerSimpleTest.py.