idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.6k stars 1k forks source link

Do not wait for the debugger in multiapps #27511

Closed loganharbour closed 2 weeks ago

loganharbour commented 2 weeks ago

Motivation

The --wait-for-debugger command line option will wait multiple times when using multiapps. This is not the intention because you only need to wait the first time.

Design

Skip the wait for debugger action when not the ultimate master.

Impact

Increases usability with --wait-for-debugger.