aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: c2a771eef047540eed6188f21d8d7781b08cd734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Schedule definitions for thorn Formaline
# $Header$

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



if (announce_to_portal)
{
  SCHEDULE Formaline_Portal AT wragh
  {
    LANG: C
  } "Put some meta information about the current run into permanent storage"
}