diff --git a/lib/MPIPreferences/src/MPIPreferences.jl b/lib/MPIPreferences/src/MPIPreferences.jl index e12e6ffee..a65623cfe 100644 --- a/lib/MPIPreferences/src/MPIPreferences.jl +++ b/lib/MPIPreferences/src/MPIPreferences.jl @@ -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"` diff --git a/src/environment.jl b/src/environment.jl index 5408bddfa..7d1837fd1 100644 --- a/src/environment.jl +++ b/src/environment.jl @@ -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 @@ -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.