We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf9977 commit a76efedCopy full SHA for a76efed
src/MPI.jl
@@ -40,7 +40,7 @@ import MPIPreferences
40
import MPICH_jll: libmpi, mpiexec
41
elseif MPIPreferences.binary == "OpenMPI_jll"
42
import OpenMPI_jll: libmpi, mpiexec
43
-elseif MPIPreferences.binary == "MicrosofMPI_jll"
+elseif MPIPreferences.binary == "MicrosoftMPI_jll"
44
import MicrosofMPI_jll: libmpi, mpiexec
45
else
46
error("Unknown MPI binary: $(MPIPreferences.binary)")
0 commit comments