From 781dfe14d4127a724fc5c1328f1ced18e0ffb221 Mon Sep 17 00:00:00 2001
From: Sami Kama <sami@cern.ch>
Date: Tue, 14 Mar 2017 18:14:13 +0100
Subject: [PATCH] Merging with MRsource ~/setupAthena.sh

Former-commit-id: ca0cd4b8eac5796cc384d2df496ef5ada48ed880
---
 Control/AthenaCommon/python/AtlasThreadedJob.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Control/AthenaCommon/python/AtlasThreadedJob.py b/Control/AthenaCommon/python/AtlasThreadedJob.py
index 0c0c1cb1358..229cad92b28 100644
--- a/Control/AthenaCommon/python/AtlasThreadedJob.py
+++ b/Control/AthenaCommon/python/AtlasThreadedJob.py
@@ -61,6 +61,8 @@ def _setupAtlasThreadedJob():
     svcMgr.ForwardSchedulerSvc.MaxEventsInFlight = numStores
     svcMgr.ForwardSchedulerSvc.MaxAlgosInFlight = numAlgsInFlight
     svcMgr.ForwardSchedulerSvc.ThreadPoolSize = numThreads
+    svcMgr.ForwardSchedulerSvc.useGraphFlowManagement = True
+    svcMgr.ForwardSchedulerSvc.DataFlowManagerNext = True
 
     # enable timeline recording
     from GaudiHive.GaudiHiveConf import TimelineSvc
-- 
GitLab