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

Use the provided groupID as the grpcomm signature #1927

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Feb 17, 2024

If the user provides a groupID (e.g., in a PMIx_Group op), then use that as the signature of any involved grpcomm operations instead of the proc array. This allows the same collection of procs to participate in multiple PMIx_Group operations at the same time since PMIx requires the user provide a unique grpID for each operation.

If the user provides a groupID (e.g., in a PMIx_Group op),
then use that as the signature of any involved grpcomm
operations instead of the proc array. This allows the same
collection of procs to participate in multiple PMIx_Group
operations at the same time since PMIx requires the user
provide a unique grpID for each operation.

Signed-off-by: Ralph Castain <[email protected]>
@rhc54 rhc54 merged commit 8822c96 into openpmix:master Feb 17, 2024
12 checks passed
@rhc54 rhc54 deleted the topic/grp branch February 17, 2024 17:31
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