return correct status
This commit was SVN r3244.
Этот коммит содержится в:
родитель
e0a732cc95
Коммит
a9db439a86
@ -48,7 +48,7 @@ int MPI_Waitsome(int incount, MPI_Request *requests,
|
|||||||
*outcount = 1;
|
*outcount = 1;
|
||||||
indices[0] = index;
|
indices[0] = index;
|
||||||
if( MPI_STATUSES_IGNORE != statuses ) {
|
if( MPI_STATUSES_IGNORE != statuses ) {
|
||||||
statuses[index] = status;
|
statuses[0] = status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return MPI_SUCCESS;
|
return MPI_SUCCESS;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user