Skip to content

Commit 926af42

Browse files
committed
Startall: add OMPI_REQUEST_PART to param check
Signed-off-by: Joseph Schuchart <[email protected]>
1 parent 59928bb commit 926af42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mpi/c/startall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ int MPI_Startall(int count, MPI_Request requests[])
6969
! requests[i]->req_persistent ||
7070
(OMPI_REQUEST_PML != requests[i]->req_type &&
7171
OMPI_REQUEST_COLL != requests[i]->req_type &&
72+
OMPI_REQUEST_PART != requests[i]->req_type &&
7273
OMPI_REQUEST_NOOP != requests[i]->req_type)) {
7374
rc = MPI_ERR_REQUEST;
7475
break;

0 commit comments

Comments
 (0)