From d602467129df8ca1bd67edbb6fe96a534f06064f Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 21 Sep 2009 18:13:59 +0000 Subject: Define schedule groups to prevent CST warnings git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@180 83718e91-0e4f-0410-abf4-91180603181f --- schedule.ccl | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3