aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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