Skip to content

Commit 9153ff7

Browse files
committed
fix for status array for MPI_Request_testsome
Signed-off-by: Howard Pritchard <[email protected]>
1 parent bc73bac commit 9153ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/c/testsome.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
PROTOTYPE ERROR_CLASS testsome(INT incount, REQUEST_INOUT requests:incount,
3939
INT_OUT outcount, INT_OUT indices,
40-
STATUS_OUT statuses)
40+
STATUS_OUT statuses:incount)
4141
{
4242
SPC_RECORD(OMPI_SPC_TESTSOME, 1);
4343

0 commit comments

Comments
 (0)