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: use pointer instead of array in MPIC_Waitall #6439

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

hzhou
Copy link
Contributor

@hzhou hzhou commented Mar 10, 2023

Pull Request Description

Because the statuses parameter can accept MPI_STATUSES_IGNORE, we need use pointer rather than array, or the modern compiler may complain.

Fixes #6366
[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.

Because the statuses parameter can accept MPI_STATUSES_IGNORE, we need
use pointer rather than array, or the modern compiler may complain.
@hzhou
Copy link
Contributor Author

hzhou commented Mar 10, 2023

test:mpich/ch3/tcp
test:mpich/ch4/ofi

@hzhou hzhou merged commit 30311e8 into pmodels:main Mar 17, 2023
@hzhou hzhou deleted the 2303_mpic_waitall branch March 17, 2023 16: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.

build: warning with gcc-11.2.0 for MPIC_Waitall
2 participants