1
1

Update the MPI_ERROR field as well.

This commit was SVN r18607.
Этот коммит содержится в:
George Bosilca 2008-06-06 15:53:17 +00:00
родитель 1de50b523c
Коммит ae7bca2f4a

Просмотреть файл

@ -50,6 +50,7 @@ int ompi_request_default_wait(
/* See MPI-1.2, sec 3.2.5, p.22 */
status->MPI_TAG = req->req_status.MPI_TAG;
status->MPI_SOURCE = req->req_status.MPI_SOURCE;
status->MPI_ERROR = req->req_status.MPI_ERROR;
status->_count = req->req_status._count;
status->_cancelled = req->req_status._cancelled;
}