Skip to content

Commit

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

0 comments on commit bd3117f

Please sign in to comment.