Skip to content

Commit 04db4fd

Browse files
authored
fix Scatterv! function signature in docstring
1 parent 25b9625 commit 04db4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collective.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ end
131131

132132

133133
"""
134-
Scatterv!(sendbuf, T, root, comm)
134+
Scatterv!(sendbuf, recvbuf, root, comm)
135135
136136
Splits the buffer `sendbuf` in the `root` process into `Comm_size(comm)` chunks and sends
137137
the `j`th chunk to the process of rank `j-1` into the `recvbuf` buffer.

0 commit comments

Comments
 (0)