13 A test for a single algorithm with internal multithreading
16 from Configurables
import (
18 AvalancheSchedulerSvc,
31 whiteboard = HiveWhiteBoard(
"EventDataSvc", EventSlots=evtslots)
33 slimeventloopmgr = HiveSlimEventLoopMgr(
34 SchedulerName=
"AvalancheSchedulerSvc", OutputLevel=DEBUG
37 scheduler = AvalancheSchedulerSvc(ThreadPoolSize=threads, OutputLevel=VERBOSE)
39 AlgResourcePool(OutputLevel=DEBUG)
41 CPUCrunchSvc(shortCalib=
True)
45 a1 = CPUCruncher(
"A1")
46 a1.Cardinality = cardinality
49 a1.OutputLevel = DEBUG
57 EventLoop=slimeventloopmgr,
59 MessageSvcType=
"InertMessageSvc",