aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 55f4fd2867fa1d4a0d7b94dfabea46196545ce3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Schedule definitions for thorn IOUtil

schedule IOUtil_Startup at STARTUP
{
  LANG:C
} "IOUtil startup routine"

if (recover) {
  schedule IOUtil_RecoverGH at CCTK_RECOVER {
    LANG:C
  } "Checkpoint recovery routine"
}