aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 5958b4facefc8a5b19d616ea2b7c6e42508e1926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Schedule definitions for thorn Slab

SCHEDULE Slab_InitMPIDatatypes AT startup after Driver_Startup
{
  LANG: C
} "Create MPI datatypes for complex variables in C"

SCHEDULE Slab_InitTimers AT wragh
{
  LANG: C
} "Initialise timers"

if (timer_output) {
  SCHEDULE Slab_PrintTimers AT shutdown
  {
    LANG: C
  } "Print timers"
}