aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: a6148c89053393f91b430f2539101bd3bbb46d93 (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_OutputEvery AS zzz_TimerReport_Output AT CCTK_ANALYSIS
{
  LANG: C
  OPTIONS: global
} "Print the timer report"

SCHEDULE TimerReport_OutputTerminate 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"