aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl62
1 files changed, 34 insertions, 28 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ca185e4..a9f84fb 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,32 +11,38 @@ if (output_source)
-SCHEDULE Formaline_PrintIDs AT startup
+if (collect_metadata)
{
- LANG: C
- OPTIONS: meta
-} "Print the build and simulation ids"
-
-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"
+ SCHEDULE Formaline_PrintIDs AT startup
+ {
+ LANG: C
+ OPTIONS: meta
+ } "Print the build and simulation ids"
+
+
+
+ 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"
+
+}