aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 3a40bffe653d3561484cd72c9b151fbfdb29ab9c (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 TimerReport
# $Header$


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

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"