aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetTest')
-rw-r--r--Carpet/CarpetTest/schedule.ccl2
-rw-r--r--Carpet/CarpetTest/test/arraysizes.par2
-rw-r--r--Carpet/CarpetTest/test/test.ccl4
3 files changed, 6 insertions, 2 deletions
diff --git a/Carpet/CarpetTest/schedule.ccl b/Carpet/CarpetTest/schedule.ccl
index 8798cfa66..a229736f9 100644
--- a/Carpet/CarpetTest/schedule.ccl
+++ b/Carpet/CarpetTest/schedule.ccl
@@ -1,6 +1,6 @@
# Schedule definitions for thorn CarpetTest
-STORAGE: gfg arrg1 arrg2 arrg3
+STORAGE: gfg arrg1 arrg2 arrg3 scg yy
schedule carpettest_check_sizes AT initial
{
diff --git a/Carpet/CarpetTest/test/arraysizes.par b/Carpet/CarpetTest/test/arraysizes.par
index ca1a0100a..445939a08 100644
--- a/Carpet/CarpetTest/test/arraysizes.par
+++ b/Carpet/CarpetTest/test/arraysizes.par
@@ -1,6 +1,6 @@
!DESC "Check array sizes"
-ActiveThorns = "Carpet CarpetLib CarpetSlab CoordBase SymBase CartGrid3D IOUtil CarpetIOASCII CarpetTest"
+ActiveThorns = "Carpet CarpetLib CarpetSlab CoordBase InitBase SymBase CartGrid3D IOUtil CarpetIOASCII CarpetTest"
Cactus::cctk_itlast = 0
diff --git a/Carpet/CarpetTest/test/test.ccl b/Carpet/CarpetTest/test/test.ccl
new file mode 100644
index 000000000..a0a8d027a
--- /dev/null
+++ b/Carpet/CarpetTest/test/test.ccl
@@ -0,0 +1,4 @@
+TEST arraysizes
+{
+ NPROCS 1
+}