Introduced extra parameter to ThreadPoolSvc initPool to allow increase the max allowed parallelism of TBB.
Compare changes
Files
1- Gitlab CI authored
patch generated by https://gitlab.cern.ch/ssottoco/Gaudi/-/jobs/37094130
As discussed in https://its.cern.ch/jira/browse/ATR-26285 I added an additional parameter to initPool
of the ThreadPoolSvc
to allow for increasing the maximum allowed parallelism of TBB.
This is set from the new maxParallelismExtra
Gaudi property.
In order to do that I had to modify also the IThreadPoolSvc
interface (would be great if someone could confirm if it is fine to modify it).
patch generated by https://gitlab.cern.ch/ssottoco/Gaudi/-/jobs/37094130