Skip to content

Commit

Permalink
More reduction of computational demands of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Oct 25, 2023
1 parent 2a51920 commit 6c870f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ function run_tests(testdir)
np = [4]
extra_args = "-s 2 2 -r 2"
elseif f in ["OctreeDistributedDiscreteModelsTests.jl",
"OctreeDistributedDiscreteModelsNoEnvTests.jl"]
"OctreeDistributedDiscreteModelsNoEnvTests.jl",
"AdaptivityFlagsMarkingStrategiesTests.jl"]
np = [4]
extra_args = ""
elseif f in ["PoissonNonConformingOctreeModelsTests.jl",
"AdaptivityFlagsMarkingStrategiesTests.jl",
"DarcyNonConformingOctreeModelsTests.jl"]
np = [1,2,4]
extra_args = ""
Expand Down

0 comments on commit 6c870f4

Please sign in to comment.