NGEN Hanging on Error with MPI (NGWPC-10757)#192
Merged
Conversation
cmaynard-ngwpc
approved these changes
May 19, 2026
idtodd
force-pushed
the
idt-ngen-hangs-after-terminate-called
branch
from
July 7, 2026 14:37
a6e1727 to
4f8dcda
Compare
cmaynard-ngwpc
requested changes
Jul 7, 2026
cmaynard-ngwpc
approved these changes
Jul 7, 2026
|
I tested and confirmed that this branch fixes the issue with Ngen hanging on a pybind:error_already_set error. |
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