We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556e428 commit d90187cCopy full SHA for d90187c
src/mpi-op.jl
@@ -66,5 +66,5 @@ Allreduce!{T}(sendbuf::MPIBuffertype{T}, recvbuf::MPIBuffertype{T},
66
Allreduce!(sendbuf, recvbuf, count, user_op(opfunc), comm)
67
68
Reduce{T}(sendbuf::MPIBuffertype{T}, count::Integer,
69
- op::Function, root::Integer, comm::Comm) =
+ opfunc::Function, root::Integer, comm::Comm) =
70
Reduce(sendbuf, count, user_op(opfunc), root, comm)
0 commit comments