Skip to content

Remove use of MPI Abort

Compare
Choose a tag to compare
@tskisner tskisner released this 20 Sep 23:01
· 54 commits to master since this release
ba9ce2e

When encountering an error, print a message and raise or re-raise an exception. This allows easier viewing of problems that occur in the underlying mpi4py package. It does mean that calling applications must be diligent about handling exceptions on all processes an taking appropriate action to avoid deadlocks at future barriers and collective calls.