aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2007-08-29 12:34:48 +0000
committertradke <tradke@83718e91-0e4f-0410-abf4-91180603181f>2007-08-29 12:34:48 +0000
commitfd620c91b16ec633407d347b40315546464a45d4 (patch)
tree29182b72fe9301397439b2a32850d6281969e34d /param.ccl
parentf087ca19300df86166e298c305d42143ad67704d (diff)
- 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
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 1598231..e505332 100644
--- a/param.ccl
+++ b/param.ccl
@@ -14,6 +14,11 @@ REAL update_interval "Update interval for the meta information (in seconds)" STE
0:* :: ""
} 600.0
+INT publish_level "Importance level for meta data to be published via the Publish API" STEERABLE=always
+{
+ 0:10 :: "the lower the level the more important the meta data to be published"
+} 1
+
INT timeout "Timeout for sending meta information to a server (in seconds)" STEERABLE=always
{
1:* :: "a positive value"