1
1

Need to pass the right module in for ireduce_scatter_block.

This commit was SVN r26787.
Этот коммит содержится в:
Brian Barrett 2012-07-12 13:24:20 +00:00
родитель 92271c571d
Коммит 40fd943fa0

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

@ -99,7 +99,7 @@ int MPI_Ireduce_scatter_block(void *sendbuf, void *recvbuf, int recvcount,
err = comm->c_coll.coll_ireduce_scatter_block(sendbuf, recvbuf, recvcount, err = comm->c_coll.coll_ireduce_scatter_block(sendbuf, recvbuf, recvcount,
datatype, op, comm, datatype, op, comm,
request, request,
comm->c_coll.coll_reduce_scatter_block_module); comm->c_coll.coll_ireduce_scatter_block_module);
OBJ_RELEASE(op); OBJ_RELEASE(op);
OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME); OMPI_ERRHANDLER_RETURN(err, comm, err, FUNC_NAME);
} }