Skip to content

MOOSE/Moltres memory usage #209

Discussion options

You must be logged in to vote

64GB RAM shared by 8 processors should be more than enough for a problem with 570,000 degrees of freedom. You may refer to this page for recommendations on the petsc options. asm with lu as the subsolver will require less memory. ilu is usually not good enough to resolve the strong coupling between the flux and precursor variables.

automatic_scaling is good for the problem you're describing. If the flux and precursor values are small, automatic_scaling scales their residual or jacobian values up to approximately unity (~1). You'll also want compute_scaling_once = false so that Moltres adjusts the scaling factor at every timestep.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sychang2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants