aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest/interface.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/interface.ccl
parent0f3d4fb290766ee35cb39f7f3ce78c09d505010f (diff)
CarpetTest: add no_split_in_directions tag
regenerate data for 2 processes, disable slabtest by default
Diffstat (limited to 'Carpet/CarpetTest/interface.ccl')
-rw-r--r--Carpet/CarpetTest/interface.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetTest/interface.ccl b/Carpet/CarpetTest/interface.ccl
index 61dd0df41..ac7b03eb9 100644
--- a/Carpet/CarpetTest/interface.ccl
+++ b/Carpet/CarpetTest/interface.ccl
@@ -14,7 +14,7 @@ CCTK_REAL arrg3 type=ARRAY size=i3,i4,i5
arr3
} "3D array"
-CCTK_REAL arrg2 type=ARRAY dim=2 size=i6,i7
+CCTK_REAL arrg2 type=ARRAY dim=2 size=i6,i7 tags="no_split_directions={1}"
{
arr2
} "2D array"