Skip to content

argList destructor circumvents main return

As discussed with @andy and now @Mattijs, using return from main() circumvents the exit-code.

Traced to the use of Pstream::exit() from the ParRunControl.

Will fix by adding in a separate Pstream::shutdown method.