Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pid_aux option to [Debug] #16154

Closed
loganharbour opened this issue Nov 11, 2020 · 0 comments · Fixed by #16753
Closed

Add pid_aux option to [Debug] #16154

loganharbour opened this issue Nov 11, 2020 · 0 comments · Fixed by #16753
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@loganharbour
Copy link
Member

Reason

Many times I find myself adding the following:

[AuxVariables/pid]
  family = MONOMIAL
  order = CONSTANT
[]

[AuxKernels/pid]
  type = ProcessorIDAux
  variable = pid
[]

when debugging in parallel.

It would be nice to have the option to do

[Debug]
  pid_aux = true
[]

or

<executable> <options> Debug/pid_aux=true

Design

Add pid_aux to the SetupDebugAction, which adds the objects in the input shown above.

Impact

New capability.

@loganharbour loganharbour added C: Framework T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Nov 11, 2020
loganharbour added a commit to loganharbour/moose that referenced this issue Jan 20, 2021
loganharbour added a commit to loganharbour/moose that referenced this issue Jan 20, 2021
jain651 pushed a commit to jain651/moose that referenced this issue Apr 19, 2021
aeslaughter pushed a commit to aeslaughter/moose that referenced this issue Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant