From e6338ba9a88435df2d0bf25dd8e2d5f610f2657b Mon Sep 17 00:00:00 2001 From: Thomas Radke Date: Tue, 11 Mar 2008 10:30:53 +0100 Subject: * 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 --- Carpet/CarpetTest/schedule.ccl | 2 +- Carpet/CarpetTest/test/arraysizes.par | 2 +- Carpet/CarpetTest/test/test.ccl | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 Carpet/CarpetTest/test/test.ccl (limited to 'Carpet/CarpetTest') 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 +} -- cgit v1.2.3