Skip to content
Snippets Groups Projects
Commit c127f2ba authored by Stefan Richter's avatar Stefan Richter
Browse files

Merge branch 'concurrency' into '22.0'

Propagate NumConcurrentEvents in OldFlags2NewFlags

See merge request atlas/athena!56694
parents 01aa36e6 98c67b51
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@ def getNewConfigFlags():
# Concurrency
ConfigFlags.Concurrency.NumProcs = jobproperties.ConcurrencyFlags.NumProcs()
ConfigFlags.Concurrency.NumThreads = jobproperties.ConcurrencyFlags.NumThreads()
ConfigFlags.Concurrency.NumConcurrentEvents = jobproperties.ConcurrencyFlags.NumConcurrentEvents()
# Let's build a map whose key is new flagname, and whose value is old flagname.
geom_flag_map = {}
......
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