aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@906471b6-c639-44d1-9ea0-3e3d6879f074>2004-06-19 10:32:37 +0000
committerschnetter <schnetter@906471b6-c639-44d1-9ea0-3e3d6879f074>2004-06-19 10:32:37 +0000
commitbd2b68f99e0b702a0e62bf535de86f2fceb34964 (patch)
treeb647eb5b55cf0f4c4ef2b42a703f2647665186a6 /schedule.ccl
parent127c8822ee6284bdbd05993e3e2589caf61861c8 (diff)
Check that the processor grid layout is consistent with the symmetry
boundary widths. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/SymBase/trunk@13 906471b6-c639-44d1-9ea0-3e3d6879f074
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 350d1f9..d9b4b93 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -18,3 +18,8 @@ SCHEDULE SymBase_Statistics IN SymBase_Wrapper AFTER SymmetryRegister
{
LANG: C
} "Print symmetry boundary face descriptions"
+
+SCHEDULE SymBase_Check AT CCTK_BASEGRID
+{
+ LANG: C
+} "Check whether the driver set up the grid consistently"