1
1
This commit was SVN r3361.
Этот коммит содержится в:
Tim Woodall 2004-10-26 22:11:42 +00:00
родитель 0b131fe5c4
Коммит 6394ffd997

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

@ -195,7 +195,8 @@ static inline int ompi_request_test(
{
ompi_request_t *request = *rptr;
ompi_atomic_mb();
if (request == MPI_REQUEST_NULL) {
if (request == MPI_REQUEST_NULL ||
request->req_state == OMPI_REQUEST_INACTIVE) {
*completed = true;
if (MPI_STATUS_IGNORE != status) {
*status = ompi_status_empty;