We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe478a commit e2cd300Copy full SHA for e2cd300
src/MPI.jl
@@ -49,7 +49,7 @@ elseif MPIPreferences.binary == "MPItrampoline_jll"
49
import MPItrampoline_jll: MPItrampoline_jll, libmpi, mpiexec
50
const libmpiconstants = MPItrampoline_jll.libload_time_mpi_constants_path
51
elseif MPIPreferences.binary == "system"
52
- import MPIPreferences.Sysem: libmpi, mpiexec
+ import MPIPreferences.System: libmpi, mpiexec
53
const libmpiconstants = nothing
54
else
55
error("Unknown MPI binary: $(MPIPreferences.binary)")
0 commit comments