aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 3e7f97128743d96c7d1f2cf262947a10398a94c7 (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
# Schedule definitions for thorn Formaline
# $Header$

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



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"