-
Notifications
You must be signed in to change notification settings - Fork 900
implement MPI_Info_create_env #10727
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
Conversation
7e95bc2
to
ce3e06e
Compare
@devreal could you review this PR when you have a chance? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies, seems like my email filter alerting me to review requests failed to alert me. Just two minor points from my side.
@hppritcha Looks like this PR breaks singleton MPI init 😞 [logs]. |
@dalcinl could you point me to with mpi4py test is failing? I can't tell from the logs. |
Sorry, I was leaving office in a hurry and I was not clear enough. The tests had no chance to run, the failure happens way before, at The following command line should be enough to reproduce:
but I would expect any other C program initializing MPI and run without mpiexec to fail in a similar way. |
ce3e06e
to
9a87d97
Compare
@hppritcha mpi4py tests failed again, although this time it happened in the specific test for the |
9a87d97
to
d1bb516
Compare
@hppritcha The specific test now passes. |
Should this PR be labeled with "v.5.0.x"? |
no we do funny label convention. for issues we label with all branches that should get a fix, but for a pr its one to one with the target branch. |
d1bb516
to
04207e5
Compare
i just pushed a rebase on top of current main |
Hooray! All green now! |
opened an issue #10783 to better track discussion of ERRORS sections of 307 other open mpi man3 man pages in addition to the one in this PR. |
@jsquyres Is there is anything left to be addressed from your review? |
Gentle reminder and request to push this PR forward. |
Josh's concerns have been addressed, and he's OOO for a while. Taking the liberty of dismissing his negative review.
Just the one comment of mine that @hppritcha may have missed...? (#10727 (comment)) I've pinged him on Slack to see if we can resolve. I also pinged @devreal to re-review. |
Hello! The Git Commit Checker CI bot found a few problems with this PR: 00b2357: Update docs/man-openmpi/man3/MPI_Info_create_env.3...
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
00b2357
to
53bb4c7
Compare
related to open-mpi#7993 Signed-off-by: Howard Pritchard <[email protected]>
53bb4c7
to
7589a5b
Compare
relatd to #7993
Signed-off-by: Howard Pritchard [email protected]