diff --git a/Control/AthenaCommon/python/AtlasThreadedJob.py b/Control/AthenaCommon/python/AtlasThreadedJob.py index 7409101415e75691659266af1c8ead4b7f248941..6e93f6fd6b0a5220554776842ccfe9648857b7b6 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