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: refactor group_impl.c to use new group interfaces
Use MPIR_Group_{rank_to_lpid,lpid_to_rank} to avoid directly access
MPIR_Group internal fields.
For most group creation routines, just populate an lpid lookup map and
call MPIR_Group_create_map to create the group.
0 commit comments