13Options file to test fix for https://sft.its.cern.ch/jira/browse/CFHEP-114
14a problem which is ther when declaring dependencies explicitely in the scheduler
15and having more dependencies than algorithms.
18from Configurables
import (
20 AvalancheSchedulerSvc,
47a1.outKeys = [
"/Event/a1"]
50a2.outKeys = [
"/Event/a2"]
53a3.outKeys = [
"/Event/a3",
"/Event/a4"]
56a4.outKeys = [
"/Event/a5"]
58for algo
in [a1, a2, a3, a4]:
59 algo.Cardinality = cardinality
60 algo.OutputLevel = WARNING
66 EventLoop=slimeventloopmgr,
67 TopAlg=[a1, a2, a3, a4],
68 MessageSvcType=
"InertMessageSvc",
The AlgResourcePool is a concrete implementation of the IAlgResourcePool interface.
The Application Manager class.
A class that implements a search for prime numbers.
Thread safe extension to the standard MessageSvc.