aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorswhite <swhite@e5a5a894-0e4f-0410-be11-d22c8b0a171a>2006-04-27 15:20:42 +0000
committerswhite <swhite@e5a5a894-0e4f-0410-be11-d22c8b0a171a>2006-04-27 15:20:42 +0000
commit50ac02734e80dc84326274e2a77bb03bf626e03a (patch)
treea9cfcd52021b1d3da8dcf7d4cf74307a4f39f4a7 /schedule.ccl
parentd69c71d3983cee0cfd3793734a5c9fa8b1391b21 (diff)
Made it work.
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/ManualTermination/trunk@3 e5a5a894-0e4f-0410-be11-d22c8b0a171a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 99684d3..971a67d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -23,8 +23,18 @@ if (on_remaining_walltime > 0)
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"
}