From cc2ee658d8cc0352da45788eb2fce0315e1cd49a Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 20 Apr 2006 21:13:55 +0000 Subject: Announce in global mode git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@74 83718e91-0e4f-0410-abf4-91180603181f --- schedule.ccl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'schedule.ccl') 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" -- cgit v1.2.3