Merge pull request #4808 from edgargabriel/pr/ompi_req_free_fix
io/ompio: correctly reset the request handle
Этот коммит содержится в:
Коммит
75c6db867b
@ -34,6 +34,7 @@ static int mca_io_ompio_request_free ( struct ompi_request_t **req)
|
||||
opal_list_remove_item (&mca_io_ompio_pending_requests, &ompio_req->req_item);
|
||||
|
||||
OBJ_RELEASE (*req);
|
||||
*req = MPI_REQUEST_NULL;
|
||||
return OMPI_SUCCESS;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user