From fd620c91b16ec633407d347b40315546464a45d4 Mon Sep 17 00:00:00 2001 From: tradke Date: Wed, 29 Aug 2007 12:34:48 +0000 Subject: - register callbacks for the Publish API these callbacks collect published information and send it to an external RDF information service - use the Publish API to periodically announce simulation metadata runtime information git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@132 83718e91-0e4f-0410-abf4-91180603181f --- schedule.ccl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index a9f84fb..5b897eb 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -19,8 +19,12 @@ if (collect_metadata) OPTIONS: meta } "Print the build and simulation ids" - - + SCHEDULE Formaline_RegisterPublishRDF_Callbacks IN RegisterPublishCallbacks + { + LANG: C + OPTIONS: meta + } "Register RDF callbacks for the Publish API" + SCHEDULE Formaline_RegisterWarnings AT wragh { LANG: C @@ -45,4 +49,10 @@ if (collect_metadata) OPTIONS: global } "Put some meta information about the current run into permanent storage" + SCHEDULE Formaline_UnregisterPublishRDF_Callbacks IN UnregisterPublishCallbacks + { + LANG: C + OPTIONS: meta + } "Unregister RDF callbacks for the Publish API" + } -- cgit v1.2.3