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

Merging with MRsource ~/setupAthena.sh

Former-commit-id: ca0cd4b8
parent 6a77b983
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,8 @@ def _setupAtlasThreadedJob(): ...@@ -61,6 +61,8 @@ def _setupAtlasThreadedJob():
svcMgr.ForwardSchedulerSvc.MaxEventsInFlight = numStores svcMgr.ForwardSchedulerSvc.MaxEventsInFlight = numStores
svcMgr.ForwardSchedulerSvc.MaxAlgosInFlight = numAlgsInFlight svcMgr.ForwardSchedulerSvc.MaxAlgosInFlight = numAlgsInFlight
svcMgr.ForwardSchedulerSvc.ThreadPoolSize = numThreads svcMgr.ForwardSchedulerSvc.ThreadPoolSize = numThreads
svcMgr.ForwardSchedulerSvc.useGraphFlowManagement = True
svcMgr.ForwardSchedulerSvc.DataFlowManagerNext = True
# enable timeline recording # enable timeline recording
from GaudiHive.GaudiHiveConf import TimelineSvc from GaudiHive.GaudiHiveConf import TimelineSvc
......
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