Skip to content

Moose verbosity for multiapp initialization and tranfer steps #16490

Discussion options

You must be logged in to vote

Actually, I realised that I can reduce the output to almost nothing, if in addition to console=false I create my own console output object and simply set output_screen = false (and do this for for both the main and sub-app input files).

[Outputs]
  console = false
  [my_console]
    type = Console
    output_screen = false
  []
[]

It seems a little circuitous, but it looks to me like I don't have access to the settings of the console object that is created by default. The only remaining output I get is warnings, which I wouldn't want to get rid of anyway, and a single printout of the name of my subapp.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@helen-brooks
Comment options

@aeslaughter
Comment options

Comment options

You must be logged in to vote
1 reply
@aeslaughter
Comment options

Answer selected by GiudGiud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants