Skip to content

Commit

Permalink
Add TESTARGS and update sample runs
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriabarra committed Jul 21, 2020
1 parent 6f4a021 commit 7361d3d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/fluids/shallow-water/shallowwater.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@
// Sample runs:
//
// shallow-water
// shallow-water -ceed /cpu/self
// shallow-water -ceed /gpu/occa
// shallow-water -ceed /cpu/occa
// shallow-water -ceed /omp/occa
// shallow-water -ceed /ocl/occa
// shallow-water -ceed /cpu/self -dm_refine 1 snes_fd_color -ts_fd_color -degree 1
// shallow-water -ceed /gpu/occa -dm_refine 1 snes_fd_color -ts_fd_color -degree 1
//
//TESTARGS -ceed {ceed_resource} -test -dm_refine 1 snes_fd_color -ts_fd_color -degree 1

/// @file
/// Shallow-water equations example using PETSc
Expand Down

0 comments on commit 7361d3d

Please sign in to comment.