We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59928bb commit 926af42Copy full SHA for 926af42
ompi/mpi/c/startall.c
@@ -69,6 +69,7 @@ int MPI_Startall(int count, MPI_Request requests[])
69
! requests[i]->req_persistent ||
70
(OMPI_REQUEST_PML != requests[i]->req_type &&
71
OMPI_REQUEST_COLL != requests[i]->req_type &&
72
+ OMPI_REQUEST_PART != requests[i]->req_type &&
73
OMPI_REQUEST_NOOP != requests[i]->req_type)) {
74
rc = MPI_ERR_REQUEST;
75
break;
0 commit comments