You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out that in implementing sessions functionality in Open MPI, we ran a bit out of gas when getting to implementing MPI_Intercomm_create_from_groups and didn't correctly define things like the remote group proc array, etc.
The text was updated successfully, but these errors were encountered:
related to open-mpi#10524 and open-mpi#10429
Also related to the isolation concept for sessions (instances in open mpi internal parlance).
See section 11.3 of the MPI 4.0 standard
Signed-off-by: Howard Pritchard <[email protected]>
related to open-mpi#10524 and open-mpi#10429
Also related to the isolation concept for sessions (instances in open mpi internal parlance).
See section 11.3 of the MPI 4.0 standard
Signed-off-by: Howard Pritchard <[email protected]>
hppritcha
added a commit
to hppritcha/ompi
that referenced
this issue
Aug 8, 2022
related to open-mpi#10524 and open-mpi#10429
Also related to the isolation concept for sessions (instances in open mpi internal parlance).
See section 11.3 of the MPI 4.0 standard
Signed-off-by: Howard Pritchard <[email protected]>
(cherry picked from commit 55cf3a5)
Turns out that in implementing sessions functionality in Open MPI, we ran a bit out of gas when getting to implementing
MPI_Intercomm_create_from_groups
and didn't correctly define things like the remote group proc array, etc.The text was updated successfully, but these errors were encountered: