MainServicesConfig: introduced AthenaMpEventLoopMgrCfg()
Compare changes
@@ -99,6 +99,21 @@ def AthenaHiveEventLoopMgrCfg(flags):
@@ -274,9 +289,7 @@ def MainServicesCfg(flags, LoopMgr='AthenaEventLoopMgr'):
Fixed multi-process configuration to make it consistent with serial
and multi-threaded configurations in MC overlay jobs. Also, introduced
a new function AthenaMpEventLoopMgrCfg()
that is similar to other
event loop manager config functions.
Addresses ATEAM-918