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

coll: add collattr to collective interface #6350

Closed
wants to merge 11 commits into from

Conversation

hzhou
Copy link
Contributor

@hzhou hzhou commented Jan 10, 2023

Pull Request Description

Add and integer attribute, collattr, to all collective interface to allow more flexible way of decomposing the collective into sub communicator (but without actually creating the full sub-communicator). The actual sub-group information is in the MPIR_Comm struct and initialized at creation time. collattr can contain an index that points to one of the sub-group. The attribute also can annotate special communication variation, such as making collectives to work with threadcomm (PR #6326). The current errflag mechanism is also carried by the collattr.

[skip warnings]

Author Checklist

  • Provide Description
    Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
  • Commits Follow Good Practice
    Commits are self-contained and do not do two things at once.
    Commit message is of the form: module: short description
    Commit message explains what's in the commit.
  • Passes All Tests
    Whitespace checker. Warnings test. Additional tests via comments.
  • Contribution Agreement
    For non-Argonne authors, check contribution agreement.
    If necessary, request an explicit comment from your companies PR approval manager.

@hzhou hzhou requested a review from a team as a code owner January 10, 2023 15:03
@hzhou hzhou marked this pull request as draft January 10, 2023 15:04
@hzhou
Copy link
Contributor Author

hzhou commented Aug 13, 2024

Replaced by #6590

@hzhou hzhou closed this Aug 13, 2024
@hzhou hzhou deleted the 2301_lw_comm branch August 13, 2024 14: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