# Schedule definitions for thorn IOUtil schedule IOUtil_Startup at STARTUP after Driver_Startup { LANG:C } "IOUtil startup routine" if (! CCTK_Equals (recover, "no")) { schedule IOUtil_RecoverGH at CCTK_RECOVER_VARIABLES { LANG:C } "Checkpoint recovery routine" } if (*recover_ID_files) { schedule IOUtil_RecoverIDFromDatafiles at CCTK_RECOVER_VARIABLES after IOUtil_RecoverGH { LANG:C } "Initial data recovery routine" }