Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette committed Jul 28, 2024
1 parent 170fefa commit 045c85d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/MPIPreferences/src/MPIPreferences.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Switches the underlying MPI implementation to one provided by JLL packages. A
restart of Julia is required for the changes to take effect.
Available options are:
- `"MicrosoftMPI_jll"` (Only option and default on Winddows)
- `"MicrosoftMPI_jll"` (Only option and default on Windows)
- `"MPICH_jll"` (Default on all other platform)
- `"OpenMPI_jll"`
- `"MPItrampoline_jll"`
Expand Down
8 changes: 4 additions & 4 deletions src/environment.jl
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ Wtime() = API.MPI_Wtime()
Check if the MPI implementation is known to have CUDA support. Currently only Open MPI
provides a mechanism to check, so it will return `false` with other implementations
(unless overriden). For "IBMSpectrumMPI" it will return `true`.
(unless overridden). For "IBMSpectrumMPI" it will return `true`.
This can be overriden by setting the `JULIA_MPI_HAS_CUDA` environment variable to `true`
This can be overridden by setting the `JULIA_MPI_HAS_CUDA` environment variable to `true`
or `false`.
!!! note
Expand Down Expand Up @@ -352,9 +352,9 @@ end
Check if the MPI implementation is known to have ROCm support. Currently only Open MPI
provides a mechanism to check, so it will return `false` with other implementations
(unless overriden).
(unless overridden).
This can be overriden by setting the `JULIA_MPI_HAS_ROCM` environment variable to `true`
This can be overridden by setting the `JULIA_MPI_HAS_ROCM` environment variable to `true`
or `false`.
See also [`MPI.has_cuda`](@ref) for CUDA support.
Expand Down

0 comments on commit 045c85d

Please sign in to comment.