From 98cd668b690e382edc737607e49af7737a492a32 Mon Sep 17 00:00:00 2001 From: "Alberto F. Martin" <38347633+amartinhuertas@users.noreply.github.com> Date: Thu, 25 Nov 2021 19:11:03 +1100 Subject: [PATCH] Update mpiexec.jl --- test/mpi/mpiexec.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mpi/mpiexec.jl b/test/mpi/mpiexec.jl index 86301e7..b3d322b 100644 --- a/test/mpi/mpiexec.jl +++ b/test/mpi/mpiexec.jl @@ -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