aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-04-20 21:13:55 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2006-04-20 21:13:55 +0000
commitcc2ee658d8cc0352da45788eb2fce0315e1cd49a (patch)
tree8346c15aab95a43f599aaf329d1f13c23616879b /schedule.ccl
parent05a2536e0caef7617dedd3c9eaad4ae5429b131f (diff)
Announce in global mode
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@74 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9833b59..e1543c6 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -14,19 +14,23 @@ if (output_source)
SCHEDULE Formaline_RegisterWarnings AT wragh
{
LANG: C
+ OPTIONS: meta
} "Register to receive warnings and info messages from the flesh"
SCHEDULE Formaline_AnnounceInitial AT wragh
{
LANG: C
+ OPTIONS: global
} "Put some meta information about the current run into permanent storage"
SCHEDULE Formaline_AnnounceUpdate AT analysis
{
LANG: C
+ OPTIONS: global
} "Put some meta information about the current run into permanent storage"
SCHEDULE Formaline_AnnounceFinal AT terminate
{
LANG: C
+ OPTIONS: global
} "Put some meta information about the current run into permanent storage"