Skip to content

Commit 5b800e9

Browse files
authored
Merge pull request #12 from tribut/mpiexec-deprecated
Fix deprecation warning for MPI.mpiexec
2 parents b146883 + 54a1256 commit 5b800e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MPIClusterManagers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export MPIManager, launch, manage, kill, procs, connect, mpiprocs, @mpi_do, Tran
44

55
using Distributed, Serialization
66
import MPI
7-
const mpiexec = isdefined(MPI, :mpiexec) ? MPI.mpiexec : "mpiexec"
7+
const mpiexec = isdefined(MPI, :mpiexec_path) ? MPI.mpiexec_path : "mpiexec"
88

99
include("mpimanager.jl")
1010

0 commit comments

Comments
 (0)