aboutsummaryrefslogtreecommitdiff
path: root/param.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 /param.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 'param.ccl')
-rw-r--r--param.ccl35
1 files changed, 35 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..d4024ff
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,35 @@
+# Parameter definitions for thorn ManualTermination
+# $Header$
+
+private:
+
+INT on_remaining_walltime "When to trigger termination in MINUTES" STEERABLE = ALWAYS
+{
+ 0:0 :: "Don't trigger termination"
+ 1:* :: "So many minutes before your job walltime is over"
+} 0
+
+CCTK_REAL max_walltime "Walltime in HOURS allocated for this job" STEERABLE = ALWAYS
+{
+ 0.:* :: "Should be positive, right"
+} 0.0
+
+BOOLEAN termination_from_file "Use termination file; specified by termination_filename" STEERABLE = ALWAYS
+{
+} "no"
+
+STRING termination_file "Termination file name (full path)" STEERABLE = ALWAYS
+{
+ .* :: "Termination file"
+} ""
+
+INT check_file_every "Check termination file every n timesteps" STEERABLE = ALWAYS
+{
+ 1: :: "Should be greater than or equal to one"
+} 1
+
+INT output_remtime_every_minutes "Output remaining time every n minutes" STEERABLE = ALWAYS
+{
+ 0:0 :: "No output"
+ 1: :: "Positive..."
+} 60