aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 752e11a3a8e7262082fdc8bf89f652584f39c659 (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_VARIABLES {
    LANG:C
  } "Checkpoint recovery routine"
}