Option to configure domains that are not actually running
With this merged we can actually to configure (using --tryConfiguringAll
) all reco domains in RecoSteering
Rationale for this feature is to be able to make diff of the configuration assassin better what is different.
Tagging @emoyse FI
There is one dirty hack that I had to do, that is use old flags for tagging.
A proper fix would be to use newJO flags containing number of threads in
from AthenaCommon.ConcurrencyFlags import jobproperties
if jobproperties.ConcurrencyFlags.NumThreads() == 0 : <<< here can/should use flags.Concurrency.NumThreads
for el in result._allSequences:
el.name = "TopAlg". Tagging @cvarni