idaholab/moose

Do not wait for the debugger in multiapps

Closed this issue · 0 comments

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.