aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: f930cc1a081ab63553df8b2f2ea2182b1317efa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Schedule definitions for thorn Formaline
# $Header$

if (output_source)
{
  SCHEDULE Formaline_OutputSource AT wragh
  {
    LANG: C
  } "Output Cactus source tree"
}



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"