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

ch4: fix MPI_Win_shared_query when it is not shared #6899

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

hzhou
Copy link
Contributor

@hzhou hzhou commented Feb 7, 2024

Pull Request Description

The previous code always returns local info when the windows is on the shared domain but the memory is not shared, e.g. created via MPI_Win_create.

Reference #6898
[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.

The previous code always returns local info when the window is on the
shared domain but the memory is not shared, e.g. created via
MPI_Win_create.
@hzhou
Copy link
Contributor Author

hzhou commented Feb 7, 2024

test:mpich/ch4/most

@hzhou hzhou requested a review from raffenet February 8, 2024 16:02
@hzhou hzhou merged commit 7953471 into pmodels:main Feb 9, 2024
6 checks passed
@hzhou hzhou deleted the 2402_win_query branch February 9, 2024 20:24
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.

2 participants