aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2008-03-11 10:30:53 +0100
committerThomas Radke <tradke@aei.mpg.de>2008-03-11 10:30:53 +0100
commite6338ba9a88435df2d0bf25dd8e2d5f610f2657b (patch)
treed3fcb3e6fdc71139d0f9d3b719912efe07923d1a /Carpet/CarpetTest
parenta1416c08b9c7dd1ce6ee710d022909caf9dd88e6 (diff)
* enable missing STORAGE declaration for some Grid variables used by CarpetTest
* include InitBase in the ActiveThorns list * mark the CarpetTest testsuite as runnable on only 1 processor
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
+}