From d69c71d3983cee0cfd3793734a5c9fa8b1391b21 Mon Sep 17 00:00:00 2001 From: swhite Date: Wed, 26 Apr 2006 14:49:06 +0000 Subject: Christian's TriggerTerminationManual, renamed and expanded git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ManualTermination/trunk@2 e5a5a894-0e4f-0410-be11-d22c8b0a171a --- schedule.ccl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 schedule.ccl (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl new file mode 100644 index 0000000..99684d3 --- /dev/null +++ b/schedule.ccl @@ -0,0 +1,30 @@ +# Schedule definitions for thorn ManualTermination +# $Header$ + +STORAGE: watchminutes + +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 ManualTerminationFile at EVOL + { + LANG:C + } "Check termination file" +} -- cgit v1.2.3