aboutsummaryrefslogtreecommitdiff
path: root/Carpet/LoopControl/schedule.ccl
blob: 090da0f5ae51b5835cc8034d4128f7aadf589e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Schedule definitions for thorn LoopControl

if (check_type_sizes) {
  SCHEDULE lc_check_type_sizes AT startup
  {
    LANG: C
    OPTIONS: meta
  } "Check that sizes of control structures are identical in C and Fortran"
}

if (printstats) {
  SCHEDULE lc_printstats_analysis AT analysis
  {
    LANG: C
    OPTIONS: meta
  } "Output loop control statistics"
  
  SCHEDULE lc_printstats_terminate AT terminate
  {
    LANG: C
    OPTIONS: meta
  } "Output loop control statistics"
}