Skip to content

Commit 477a406

Browse files
authored
Fix two minor typos in configuration docs (#546)
1 parent c7c875b commit 477a406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ By default, MPI.jl will download and link against the following MPI implementati
66

77
This is suitable for most single-node use cases, but for larger systems, such as HPC
88
clusters or multi-GPU machines, you will probably want to configure against a
9-
system-provided MPI implementation in order to exploit feature such as fast network
9+
system-provided MPI implementation in order to exploit features such as fast network
1010
interfaces and CUDA-aware MPI interfaces.
1111

1212
MPI.jl will attempt to detect when you are running on a HPC cluster, and warn the user
@@ -31,7 +31,7 @@ tell `MPI.install_mpiexecjl` to install to a different directory.
3131
```sh
3232
$ julia
3333
julia> using MPI
34-
julia> MPI.Install_mpiexecjl()
34+
julia> MPI.install_mpiexecjl()
3535
```
3636

3737
To quickly call this wrapper we recommend you to add the destination directory

0 commit comments

Comments
 (0)