aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest/schedule.ccl
diff options
context:
space:
mode:
authorRoland Haas <rhaas@tapir.caltech.edu>2013-09-27 18:32:33 -0700
committerRoland Haas <rhaas@tapir.caltech.edu>2013-09-27 19:18:59 -0700
commit326c42c490629de1c8de3c59b6c62e1e831757b1 (patch)
treed84abe663449f3d66d3b69a9e07fc372056e7e75 /Carpet/CarpetTest/schedule.ccl
parent0f3d4fb290766ee35cb39f7f3ce78c09d505010f (diff)
CarpetTest: add no_split_in_directions tag
regenerate data for 2 processes, disable slabtest by default
Diffstat (limited to 'Carpet/CarpetTest/schedule.ccl')
-rw-r--r--Carpet/CarpetTest/schedule.ccl10
1 files changed, 6 insertions, 4 deletions
diff --git a/Carpet/CarpetTest/schedule.ccl b/Carpet/CarpetTest/schedule.ccl
index a229736f9..c3af268be 100644
--- a/Carpet/CarpetTest/schedule.ccl
+++ b/Carpet/CarpetTest/schedule.ccl
@@ -12,7 +12,9 @@ schedule carpettest_check_arguments AT initial
LANG: Fortran
} "Check grid function and grid array arguments"
-schedule carpettest_slabtest AT initial
-{
- LANG: C
-} "Test hyperslabbing"
+if (test_slab) {
+ schedule carpettest_slabtest AT initial
+ {
+ LANG: C
+ } "Test hyperslabbing"
+}