aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorswhite <swhite@e5a5a894-0e4f-0410-be11-d22c8b0a171a>2006-04-26 14:49:06 +0000
committerswhite <swhite@e5a5a894-0e4f-0410-be11-d22c8b0a171a>2006-04-26 14:49:06 +0000
commitd69c71d3983cee0cfd3793734a5c9fa8b1391b21 (patch)
treea00610f272508fd476741c884b9b2ccc16f210f0 /schedule.ccl
parent30eb89d539b87ded1d82298c43f205b5a3b4837e (diff)
Christian's TriggerTerminationManual, renamed and expanded
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ManualTermination/trunk@2 e5a5a894-0e4f-0410-be11-d22c8b0a171a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl30
1 files changed, 30 insertions, 0 deletions
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"
+}