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


SCHEDULE TimerReport_Startup AT CCTK_STARTUP
{
  LANG: C
} "Startup routine"

SCHEDULE TimerReport_Output AT CCTK_ANALYSIS
{
  LANG: C
  TRIGGERS: triggergroup
} "Print the timer report"

if (before_checkpoint)
{
  SCHEDULE TimerReport_Output AT CCTK_CHECKPOINT
  {
    LANG: C
  } "Print the timer report"
}