Skip to content

StoreGate: add SG::HiveMgrSvc::setNumProcs helper

Frank Winklmeier requested to merge fwinkl/athena:numprocs into 24.0

The setter methods of Gaudi::ConcurrencyFlags are only accessible to a hard-coded list of friend classes. Make SGHiveMgrSvc.h public and add a setNumProcs static helper method so we can control the list of friend classes ourselves.

Relates to ATR-28997.

Edited by Frank Winklmeier

Merge request reports