# Schedule definitions for thorn ManualTermination # $Header$ if (on_remaining_walltime > 0) { schedule ManualTermination_StartTimer at WRAGH { LANG:C } "Start timer" schedule ManualTermination_ResetMinutes at POST_RECOVER_VARIABLES { LANG:C } "Reset Watchtime" schedule ManualTermination_CheckWalltime at EVOL { LANG:C } "Check elapsed job walltime" } if (termination_from_file) { schedule ManualTermination_Init at WRAGH { LANG:C } "Initialise manual termination" schedule ManualTerminationFile at EVOL { LANG:C } "Check termination file" schedule ManualTermination_Cleanup at SHUTDOWN { LANG:C } "Clean up termination file" }