-
Notifications
You must be signed in to change notification settings - Fork 88
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
Exit code is zero even when simulator fails #125
Comments
yeah, we've also had problems with this. As a workaround, we are parsing the stdout and stderr output and have some heuristics that determine if there was an error after all. For the record, handling this can be even more complicated because the error codes depend on the MPI implementation, too.
Now this might be an issue with openmpi/mpich but it could also be an issue of the way schism's MPI code has been implemented. Haven't really looked deeper into it. |
@pmav99, thank you very much for your reply. We will take a look at how to parse the However, it you be great if this was working out-of-the-box :) |
The error says you need to specify # of scribe processes; see online manual. |
any update on this? is the way schism handles exit codes been updated in the meantime? |
Hi there,
I have recently started using the schism simulator and noticed that the exit code is zero even when the simulator fails:
Is there anyway we can have the exit code reflect the fact that the simulation failed?
The text was updated successfully, but these errors were encountered: