From b65225d4d4f73fa3f446dd4237fd756bf441289a Mon Sep 17 00:00:00 2001 From: Sami Kama <sami@cern.ch> Date: Tue, 14 Mar 2017 18:42:36 +0100 Subject: [PATCH] Changing TopSequence in AlgResourcePool to AthMasterSeq in order to merge with MRecho --- Control/AthenaCommon/python/AtlasThreadedJob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/AthenaCommon/python/AtlasThreadedJob.py b/Control/AthenaCommon/python/AtlasThreadedJob.py index 229cad92b28..f150006d1b6 100644 --- a/Control/AthenaCommon/python/AtlasThreadedJob.py +++ b/Control/AthenaCommon/python/AtlasThreadedJob.py @@ -52,7 +52,7 @@ def _setupAtlasThreadedJob(): from GaudiHive.GaudiHiveConf import AlgResourcePool arp=AlgResourcePool( OutputLevel = INFO ); - arp.TopAlg=["AthAlgEvtSeq"] #this should enable control flow + arp.TopAlg=["AthMasterSeq"] #this should enable control flow svcMgr += arp from GaudiHive.GaudiHiveConf import ForwardSchedulerSvc -- GitLab