Skip to content
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

Extend group operations to support bootstrap #1937

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Feb 28, 2024

Sometimes participants wanting to form a group
have limited knowledge of their co-participants.
For example, two procs may know that they "lead"
their respective subgroups, but may not know the
members of the other "leaders" subgroup. In this
case, we need to let the two procs that know about their subgroups tell us what they know, and let
the other procs simply join the collection.

All we really require is that everyone know the
groupID for the group they are trying to form, and that each leader know how many leaders are going to participate. We can use events under-the-covers to notify non-leaders of the group formation.

This is a collaborative change with the PMIx library, so we protect PRRTE against earlier versions that
lack the appropriate attribute.

Sometimes participants wanting to form a group
have limited knowledge of their co-participants.
For example, two procs may know that they "lead"
their respective subgroups, but may not know the
members of the other "leaders" subgroup. In this
case, we need to let the two procs that know about
their subgroups tell us what they know, and let
the other procs simply join the collection.

All we really require is that everyone know the
groupID for the group they are trying to form, and
that each leader know how many leaders are going to
participate. We can use events under-the-covers to
notify non-leaders of the group formation.

This is a collaborative change with the PMIx library,
so we protect PRRTE against earlier versions that
lack the appropriate attribute.

Signed-off-by: Ralph Castain <[email protected]>
@rhc54 rhc54 merged commit dd386dc into openpmix:master Feb 28, 2024
12 checks passed
@rhc54 rhc54 deleted the topic/grp branch February 28, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant