From 3705a718d4c41861f725189d8c7211e716386a03 Mon Sep 17 00:00:00 2001 From: "Jordi Manyer Fuertes (Monash University)" Date: Tue, 24 Sep 2024 16:54:08 +1000 Subject: [PATCH] Fixed mpi tests --- test/Applications/mpi/runtests.jl | 2 +- test/BlockSolvers/mpi/runtests.jl | 2 +- test/LinearSolvers/mpi/runtests.jl | 2 +- test/MultilevelTools/mpi/runtests.jl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Applications/mpi/runtests.jl b/test/Applications/mpi/runtests.jl index 1a76b64e..fa8171f0 100644 --- a/test/Applications/mpi/runtests.jl +++ b/test/Applications/mpi/runtests.jl @@ -8,7 +8,7 @@ function run_tests(testdir) @time @testset "$f" for f in testfiles MPI.mpiexec() do cmd np = 4 - cmd = `$cmd -n $(np) --allow-run-as-root --oversubscribe $(Base.julia_cmd()) --project=. $(joinpath(testdir, f))` + cmd = `$cmd -n $(np) $(Base.julia_cmd()) --project=. $(joinpath(testdir, f))` @show cmd run(cmd) @test true diff --git a/test/BlockSolvers/mpi/runtests.jl b/test/BlockSolvers/mpi/runtests.jl index 412c9ac0..474d9e6d 100644 --- a/test/BlockSolvers/mpi/runtests.jl +++ b/test/BlockSolvers/mpi/runtests.jl @@ -8,7 +8,7 @@ function run_tests(testdir) @time @testset "$f" for f in testfiles MPI.mpiexec() do cmd np = 4 - cmd = `$cmd -n $(np) --allow-run-as-root --oversubscribe $(Base.julia_cmd()) --project=. $(joinpath(testdir, f))` + cmd = `$cmd -n $(np) $(Base.julia_cmd()) --project=. $(joinpath(testdir, f))` @show cmd run(cmd) @test true diff --git a/test/LinearSolvers/mpi/runtests.jl b/test/LinearSolvers/mpi/runtests.jl index 412c9ac0..474d9e6d 100644 --- a/test/LinearSolvers/mpi/runtests.jl +++ b/test/LinearSolvers/mpi/runtests.jl @@ -8,7 +8,7 @@ function run_tests(testdir) @time @testset "$f" for f in testfiles MPI.mpiexec() do cmd np = 4 - cmd = `$cmd -n $(np) --allow-run-as-root --oversubscribe $(Base.julia_cmd()) --project=. $(joinpath(testdir, f))` + cmd = `$cmd -n $(np) $(Base.julia_cmd()) --project=. $(joinpath(testdir, f))` @show cmd run(cmd) @test true diff --git a/test/MultilevelTools/mpi/runtests.jl b/test/MultilevelTools/mpi/runtests.jl index 412c9ac0..474d9e6d 100644 --- a/test/MultilevelTools/mpi/runtests.jl +++ b/test/MultilevelTools/mpi/runtests.jl @@ -8,7 +8,7 @@ function run_tests(testdir) @time @testset "$f" for f in testfiles MPI.mpiexec() do cmd np = 4 - cmd = `$cmd -n $(np) --allow-run-as-root --oversubscribe $(Base.julia_cmd()) --project=. $(joinpath(testdir, f))` + cmd = `$cmd -n $(np) $(Base.julia_cmd()) --project=. $(joinpath(testdir, f))` @show cmd run(cmd) @test true