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
group: defer the insertion of ompi_group_all_failed_procs to group_table
The two pre-defined groups: group_null and group_empty must be the
0th and 1st group in the group_table, for MPI_Group_f2c to be able
to convert fortran group index to c_group.
However, prior to this patch ompi_group_all_failed_procs was inserted
to group table as the 0th group, which broke MPI_Group_f2c.
This patch moved the insertion of ompi_group_all_failed_procs to
after group_null and group_empty.
Signed-off-by: Wei Zhang <wzam@amazon.com>
0 commit comments