Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Enable integration test for advection diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy E Kozdon committed Nov 12, 2019
1 parent b448287 commit d9b2265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slurmci-test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cpu_gpu = [
]

gpu = [
{ file = "test/DGmethods/advection_diffusion/pseudo1D_advection_diffusion.jl", n = 3, args = [] },
{ file = "test/DGmethods/advection_diffusion/pseudo1D_advection_diffusion.jl", n = 3, args = ["true"] },
# this test times out; re-enable after fixing
#{ file = "test/DGmethods/compressible_Navier_Stokes/rayleigh-benard_model.jl", n = 3, args = [] },
{ file = "examples/Atmos/heldsuarez.jl", n = 3, args = [] },
Expand Down

0 comments on commit d9b2265

Please sign in to comment.