Skip to content

Commit 0a32767

Browse files
committed
fix typo
1 parent 7e28b4c commit 0a32767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/consts/consts.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ end
3131
include("mpich.jl")
3232
elseif MPIPreferences.abi == "OpenMPI"
3333
include("openmpi.jl")
34-
elseif MPIPreferences.abi == "MicrosofMPI"
34+
elseif MPIPreferences.abi == "MicrosoftMPI"
3535
include("microsoftmpi.jl")
3636
elseif MPIPreferences.abi == "MPIwrapper"
3737
include("mpiwrapper.jl")
3838
else
39-
error("Unknown MPI ABI")
39+
error("Unknown MPI ABI $(MPIPreferences.abi)")
4040
end
4141

4242
@eval function __init__()

0 commit comments

Comments
 (0)