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
to avoid potential race conditions between successive calls
to MPI_Comm_create_from_group and MPI_Intercomm_create_from_groups
when using the same tag argument value.
The PMIx group constructor grp string argument has different semantics
from the tag requirements for these MPI constructors, so use
discriminators to avoid potential race conditions when using PMIx group
ops.
Related to #10895
Signed-off-by: Howard Pritchard <[email protected]>
0 commit comments