Skip to content
Discussion options

You must be logged in to vote

This is expected behavior: the HydroBlast3D test checks if the kinetic energy matches the analytical solution at t=1 by default. If your simulation doesn't reach t=1 (for example, if max_timesteps is too low), the test fails this check and returns exit code 1—even though the run completes successfully. If you want to avoid this non-zero exit code, add blast_problem.check_solution=false to your input file or as a command-line parameter. This disables the solution check and lets the test exit with code 0. More details are in this thread.

To reply, just mention @dosu.


How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other  Chat with Dosu Join Discord Share on X

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@tianninglyu
Comment options

@dosubot
Comment options

@tianninglyu
Comment options

@dosubot
Comment options

Answer selected by tianninglyu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant