Skip to content

Conversation

@devreal
Copy link
Contributor

@devreal devreal commented Jul 11, 2022

This PR fixes two three glitches in MPI_Start and MPI_Startall:

  • MPI_Startall wouldn't accept partitioned requests if parameter checking was enabled.
  • Check for the request state to be OMPI_REQUEST_INACTIVE in MPI_Start to mirror the check in MPI_Startall.
  • Check return value of request start function to prevent error codes from leaking.

Backport of #10543 to v5.0.x

devreal added 3 commits July 11, 2022 10:06
Signed-off-by: Joseph Schuchart <[email protected]>
(cherry picked from commit 0c89805)
Signed-off-by: Joseph Schuchart <[email protected]>
(cherry picked from commit 94f9806)
Signed-off-by: Joseph Schuchart <[email protected]>
(cherry picked from commit 926af42)
@awlauria awlauria merged commit d33f751 into open-mpi:v5.0.x Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants