aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-28 12:04:33 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2005-05-28 12:04:33 +0000
commit5555ec71ef4be69a2f4425554d030829a33baac2 (patch)
tree9f3052433dbd2d8e478974e8ccdf682150ca284e /schedule.ccl
parentd41baa0734e66bfe72ffe848ac5fa2fa69ce68f5 (diff)
Make announcing to the portal work
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@17 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 11 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 6e6dd28..3e7f971 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,7 +11,17 @@ if (output_source)
-SCHEDULE Formaline_Announce AT wragh
+SCHEDULE Formaline_AnnounceInitial AT wragh
+{
+ LANG: C
+} "Put some meta information about the current run into permanent storage"
+
+SCHEDULE Formaline_AnnounceUpdate AT analysis
+{
+ LANG: C
+} "Put some meta information about the current run into permanent storage"
+
+SCHEDULE Formaline_AnnounceFinal AT terminate
{
LANG: C
} "Put some meta information about the current run into permanent storage"