aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 68289c5c64c8e6684657831e35863a0226733379 (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 wragh
  {
    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"
}