# Schedule definitions for thorn IOFlexIO ######################################################################## ### register IOFlexIO routines ######################################################################## schedule IOFlexIO_Startup at STARTUP { LANG:C } "Startup routine" ######################################################################## ### register checkpointing routines ######################################################################## if (checkpoint && checkpoint_ID) { schedule IOFlexIO_InitialDataDumpGH at CCTK_CPINITIAL { LANG:C } "Initial data checkpoint routine" } if (checkpoint && checkpoint_every > 0) { schedule IOFlexIO_ConditionallyDumpGH at CCTK_CHECKPOINT { LANG:C } "Regular checkpoint routine" } if (checkpoint) { schedule IOFlexIO_TerminationDumpGH at CCTK_TERMINATE { LANG:C } "Termination checkpoint routine" }