NGEN Hanging on Error with MPI (NGWPC-10757)#192
Open
idtodd wants to merge 2 commits into
Open
Conversation
cmaynard-ngwpc
approved these changes
May 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When running NGEN with MPI, the program would hang when an uncaught python error was expected to abort the simulation. This seems to be from rethrowing the
pybind11::error_already_setexception after shutting down the interpreter. A separate catch for python exceptions is added that will copy the error text into astd::runtime_exceptionand throw that after shutting down the interpreter.Additions
run_ngenthat allows copying the python error text into a C++ object before throwing a new exception. This prevents trying to interact with the pythonExceptionobject after the interpreter has been shut down.Removals
Changes
Testing
updatemethod was modified to immediately throw an exception. The exception was logged to stderr and the run (all MPI processes) was aborted.Screenshots
Notes
Todos
Checklist
Testing checklist (automated report can be put here)
Target Environment support