Skip to content

Commit 74e95e1

Browse files
authored
Update README.md
1 parent e1dd54c commit 74e95e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ The package is installed with `Pkg.add("Elemental")`. For Julia versions 1.3 and
1111

1212
Each of these examples should be run in a separate Julia session.
1313

14-
### Simple SVD example without MPI (single processor)
14+
### Simple SVD example
15+
16+
This example runs on a single processor, and initializes MPI under the hood. However, explicit use of MPI.jl is not required in this case, compared to the other examples below.
17+
1518
```jl
1619
julia> using LinearAlgebra, Elemental
1720

0 commit comments

Comments
 (0)