Skip to content

Commit 430f501

Browse files
authored
update tsvd example in README
1 parent adb62b3 commit 430f501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ julia> Elemental.svdvals(A)[1:5]
8787
The iterative SVD algorithm is implemented in pure Julia, but the factorized matrix as well as the Lanczos vectors are stored as distributed matrices in Elemental. Notice, that `TSVD.jl` doesn't depend on Elemental and is only using `Elemental.jl`'s through generic function calls.
8888

8989
```jl
90-
julia> using MPI
90+
julia> using MPI, MPIClusterManagers, Distributed
9191

9292
julia> man = MPIManager(np = 4);
9393

0 commit comments

Comments
 (0)