-
Notifications
You must be signed in to change notification settings - Fork 1
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
do we need a sessions world equivalent of MPI Abort #11
Comments
Previously I was describing how we might want to abort "all connected processes" for a session. However, we have not found a good way to define that for MPI processes that have references to multiple sessions. Note: the error handler MPI_ERRORS_ABORT now acts only on the local MPI process (see issue #12). By symmetry, should this mythical
Suggestion: we should drop this - at least for now. |
Discussed in the Sessions WG 7/25/22 meeting. Dan recalled discussion of scope: group, universe, session (connected process). We now have a definition of all connected processes for sessions so this functionality may be necessary for FT/Sessions. Drop if FT WG wants to have a session scope for error handling otherwise we'll drop. |
put the mpi-5 label back on per discussion at the 08/01/22 sessions wg meeting |
at the WG meeting today Dan described the usefulness of a MPI_Sessions_abort like function.
The text was updated successfully, but these errors were encountered: