Skip to content

Commit

Permalink
Update mpiexec.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas authored Nov 25, 2021
1 parent d9c6cb7 commit 98cd668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mpi/mpiexec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function run_mpi_driver(;procs,file)
testdir = joinpath(mpidir,"..")
repodir = joinpath(testdir,"..")
mpiexec() do cmd
run(`$cmd -n $procs $(Base.julia_cmd()) --project=$repodir $(joinpath(mpidir,file))`)
run(`$cmd -n $procs --allow-run-as-root --oversubscribe $(Base.julia_cmd()) --project=$repodir $(joinpath(mpidir,file))`)
@test true
end
end

0 comments on commit 98cd668

Please sign in to comment.