Skip to content
Snippets Groups Projects
Verified Commit 98c67b51 authored by Tadej Novak's avatar Tadej Novak
Browse files

Propagate NumConcurrentEvents in OldFlags2NewFlags

parent b215f69b
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ def getNewConfigFlags(): ...@@ -43,6 +43,7 @@ def getNewConfigFlags():
# Concurrency # Concurrency
ConfigFlags.Concurrency.NumProcs = jobproperties.ConcurrencyFlags.NumProcs() ConfigFlags.Concurrency.NumProcs = jobproperties.ConcurrencyFlags.NumProcs()
ConfigFlags.Concurrency.NumThreads = jobproperties.ConcurrencyFlags.NumThreads() 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. # Let's build a map whose key is new flagname, and whose value is old flagname.
geom_flag_map = {} 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