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.
2 parents b146883 + 54a1256 commit 5b800e9Copy full SHA for 5b800e9
src/MPIClusterManagers.jl
@@ -4,7 +4,7 @@ export MPIManager, launch, manage, kill, procs, connect, mpiprocs, @mpi_do, Tran
4
5
using Distributed, Serialization
6
import MPI
7
-const mpiexec = isdefined(MPI, :mpiexec) ? MPI.mpiexec : "mpiexec"
+const mpiexec = isdefined(MPI, :mpiexec_path) ? MPI.mpiexec_path : "mpiexec"
8
9
include("mpimanager.jl")
10
0 commit comments