Skip to content
Snippets Groups Projects
Commit baf7bc66 authored by Sami Kama's avatar Sami Kama
Browse files

Changing TopSequence in AlgResourcePool to AthMasterSeq in order to merge with MRecho

Former-commit-id: b65225d4
parent 781dfe14
No related branches found
No related tags found
Loading
...@@ -52,7 +52,7 @@ def _setupAtlasThreadedJob(): ...@@ -52,7 +52,7 @@ def _setupAtlasThreadedJob():
from GaudiHive.GaudiHiveConf import AlgResourcePool from GaudiHive.GaudiHiveConf import AlgResourcePool
arp=AlgResourcePool( OutputLevel = INFO ); arp=AlgResourcePool( OutputLevel = INFO );
arp.TopAlg=["AthAlgEvtSeq"] #this should enable control flow arp.TopAlg=["AthMasterSeq"] #this should enable control flow
svcMgr += arp svcMgr += arp
from GaudiHive.GaudiHiveConf import ForwardSchedulerSvc from GaudiHive.GaudiHiveConf import ForwardSchedulerSvc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment