4 The options file models an intra-event stall in algorithm scheduling. 5 An early exit from a group of algorithms called 'EarlyExitBranch' is performed due to 6 an inverted CF decision sot that A2 is not run. This results in an unmet DF dependency 7 for a downstream algorithm A3, leading to the stall. 11 from Configurables
import (HiveWhiteBoard, HiveSlimEventLoopMgr,
12 AvalancheSchedulerSvc, AlgResourcePool,
38 a1.InvertDecision =
True 42 a2.outKeys = [
'/Event/a2']
45 a3.inpKeys = [
'/Event/a2']
49 ShortCircuit=
True, Sequential=
True)
50 branch.Members = [a1, a2]
52 for algo
in [a1, a2, a3]:
53 algo.shortCalib =
True 54 algo.Cardinality = cardinality
62 EventLoop=slimeventloopmgr,
64 MessageSvcType=
"InertMessageSvc",
A class that implements a search for prime numbers.
Sequencer for executing several algorithms, stopping when one is faulty.
The AlgResourcePool is a concrete implementation of the IAlgResourcePool interface.
The Application Manager class.