Skip to content

Make skipFinalizeWorker the default

Frank Winklmeier requested to merge fwinkl/HLTMPPU:finalize into master

Our production setting in the ATLAS partition is to skip the finalization of the child processes. Make this the default now in C++. The skipFinalizeWorker=0 parameter can still be used to change the behavior. Relates to ATR-21364.

Also remove the confusing and never needed skipFinalize parameter.

Merge request reports