aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: fee2fd7edea20afebebca51c6f1d2f5992792b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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_Checkpoint AS zzz_TimerReport_Checkpoint AT CCTK_CHECKPOINT
{
  LANG: C
  OPTIONS: global
} "Print the timer report"