-
Notifications
You must be signed in to change notification settings - Fork 937
Start fixes: parameter check and return code [v4.1.x] #10552
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
Start fixes: parameter check and return code [v4.1.x] #10552
Conversation
|
@devreal Per #10574 (comment), should we hold off merging this PR? |
|
Let's hold off on it and see where we go with it. |
|
Marking a draft until we resolve #10574, so that we don't accidently merge. Other than that issue, I'm ok with this from a RM point of view. |
|
I pushed the fix to this branch, should be good to go. |
|
Converting this back to a draft until the above is resolved. |
Signed-off-by: Joseph Schuchart <[email protected]> (cherry picked from commit 94f9806)
4379b31 to
31f7f77
Compare
|
I removed the return value check so it's only the check for inactive requests left in here. |
This PR fixes two two glitches in MPI_Start:
Check return value of request start function to prevent error codes from leaking.Partial backport of #10543 to v4.1.x (partitioned communication was never backported to v4.1.x)