From 30c165085ce4aa7a195fab67318dc4ddb38c4dd1 Mon Sep 17 00:00:00 2001 From: Sami Kama <sami@cern.ch> Date: Mon, 13 Mar 2017 22:52:45 +0100 Subject: [PATCH] Use AllAlgSeq in AlgResourcePool in MT --- 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 7409101415e..6e93f6fd6b0 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=["AthMTSeq"] #this should enable control flow + arp.TopAlg=["AthAllAlgSeq"] #this should enable control flow svcMgr += arp from GaudiHive.GaudiHiveConf import ForwardSchedulerSvc -- GitLab