Skip to content

Commit c24db42

Browse files
authored
More typos (#806)
Noted in #804
1 parent 3f26709 commit c24db42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/topology.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,7 @@ Create a new communicator from a given directed graph topology, described by inc
241241
- `comm::Comm`: The communicator on which the distributed graph topology should be induced.
242242
- `sources::Vector{Cint}`: An array with the ranks for which this call will specify outgoing edges.
243243
- `degrees::Vector{Cint}`: An array with the number of outgoing edges for each entry in the sources array.
244-
- `destinations::Vector{Cint}`: An array containing with lenght of the sum of the entries in the degrees array
245-
describing the ranks towards the edges point.
244+
- `destinations::Vector{Cint}`: An array containing destination nodes for the source nodes in the source node array, of length`sum(sources)`.
246245
- `weights::Union{Vector{Cint}, Unweighted, WeightsEmpty}`: The edge weights of the specified edges. The default is [`MPI.UNWEIGHTED`](@ref).
247246
- `reorder::Bool=false`: If set true, then the MPI implementation can reorder the source and destination indices.
248247

0 commit comments

Comments
 (0)