aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2009-09-21 18:13:59 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2009-09-21 18:13:59 +0000
commitd602467129df8ca1bd67edbb6fe96a534f06064f (patch)
treead932cb0cc6efa1b797e80d965b7d7de07f1a820
parent79d8b25a355a6100cb59bdc03a326c33b0d78bc6 (diff)
Define schedule groups to prevent CST warnings
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@180 83718e91-0e4f-0410-abf4-91180603181f
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 4119bfe..7d0ef29 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -18,6 +18,10 @@ if (collect_metadata)
OPTIONS: meta
} "Print the build and simulation ids"
+ SCHEDULE GROUP RegisterPublishCallbacks
+ {
+ } "Tell Cactus that this group exists, but is not scheduled from here"
+
SCHEDULE Formaline_RegisterPublishRDF_Callbacks IN RegisterPublishCallbacks
{
LANG: C
@@ -48,6 +52,10 @@ if (collect_metadata)
OPTIONS: global
} "Put some meta information about the current run into permanent storage"
+ SCHEDULE GROUP UnregisterPublishCallbacks
+ {
+ } "Tell Cactus that this group exists, but is not scheduled from here"
+
SCHEDULE Formaline_UnregisterPublishRDF_Callbacks IN UnregisterPublishCallbacks
{
LANG: C