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


SCHEDULE TimerReport_Output AS zzz_TimerReport_Output AT CCTK_ANALYSIS
{
  LANG: C
  OPTIONS: global
} "Print the timer report"

SCHEDULE TimerReport_Output AS zzz_TimerReport_Output AT CCTK_TERMINATE BEFORE Driver_Terminate
{
  LANG: C
  OPTIONS: global
} "Print the timer report"

SCHEDULE TimerReport_Checkpoint AS zzz_TimerReport_Checkpoint AT CCTK_CHECKPOINT
{
  LANG: C
  OPTIONS: global
} "Print the timer report"