You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running NekRS via the stochastic tools module, if one of the NekRS runs happens to abort (e.g., from a CFL limit being exceeded), the entire set of stochastic runs terminates. We should see if we can allow a failed NekRS run to fail gracefully (let's see how native MOOSE handles this) without terminating the entire batch of runs.
Design
Perhaps override the converged() method in NekRSProblemBase?
Reason
When running NekRS via the stochastic tools module, if one of the NekRS runs happens to abort (e.g., from a CFL limit being exceeded), the entire set of stochastic runs terminates. We should see if we can allow a failed NekRS run to fail gracefully (let's see how native MOOSE handles this) without terminating the entire batch of runs.
Design
Perhaps override the
converged()
method inNekRSProblemBase
?Impact
Facilitate Yiqi's stochastic runs, avoid annoying restarts.
The text was updated successfully, but these errors were encountered: