Skip to content

Commit

Permalink
Reactivating all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Mar 27, 2024
1 parent bc45c27 commit 03a4228
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,17 @@ function run_tests(testdir)
@time @testset "$f" for f in testfiles
MPI.mpiexec() do cmd
if f in ["PoissonUniformlyRefinedOctreeModelsTests.jl"]
return
np = [4]
extra_args = "-s 2 2 -r 2"
elseif f in ["OctreeDistributedDiscreteModelsTests.jl",
"OctreeDistributedDiscreteModelsNoEnvTests.jl",
"AdaptivityFlagsMarkingStrategiesTests.jl"]
return
np = [4]
extra_args = ""
elseif f in ["DarcyNonConformingOctreeModelsTests.jl"]
return
np = [1,4]
extra_args = ""
elseif f in ["PoissonNonConformingOctreeModelsTests.jl"]
return
np = [1,2,4]
extra_args = ""
elseif f in ["PoissonAnisotropicOctreeModelsTests.jl"]
Expand Down

0 comments on commit 03a4228

Please sign in to comment.