1
1
This commit was SVN r3244.
Этот коммит содержится в:
Tim Woodall 2004-10-20 21:47:44 +00:00
родитель 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;