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

[4.3.x] misc: backport fixes and update version #7236

Merged
merged 4 commits into from
Dec 13, 2024

Conversation

raffenet
Copy link
Contributor

@raffenet raffenet commented Dec 11, 2024

Pull Request Description

Backports of #7231 and #7222. Update version in preparation of 4.3.0rc1.

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 and others added 4 commits November 20, 2024 19:01
Although the manual says we need _XOPEN_SOURCE >= 500 in order for
stdio.h to provide snprintf, apparently on Mac Clang it requires
a strict > 500. Update it to 600 fixes the build error in "make check".
We need inherit the mpi_errno from the root spawn in order to report
better error messages.
Let's expand MPID_MAX_PORT_NAME to be the same as MPID_MAX_BC_SIZE to
accommodate larger addresses in MPID_Open_port.
@raffenet
Copy link
Contributor Author

test:mpich/ch4/most

@raffenet raffenet requested a review from hzhou December 12, 2024 03:31
@raffenet raffenet merged commit f763d57 into pmodels:4.3.x Dec 13, 2024
4 of 6 checks passed
@raffenet raffenet deleted the 4.3.x-fixes branch December 13, 2024 18:50
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