aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschnetter <schnetter@ec5ace1c-6809-4267-9cad-ed2f0ecfe59c>2010-01-11 22:25:14 +0000
committerschnetter <schnetter@ec5ace1c-6809-4267-9cad-ed2f0ecfe59c>2010-01-11 22:25:14 +0000
commit571f4fec08bba4af5be3734ca515926325b729a7 (patch)
treefc725ac891e187cff24ad99f297ba0d899e285ce /README
parent6b4b7c39e9fb4d3763472b064edadb779ba408be (diff)
Add new thorn TerminationTrigger.
This thorn watches the elapsed walltime. If only n minutes are left before the some limit set by the user, it triggers termination of the simulation. Termination is also triggered if a special file with a special content exists. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/TerminationTrigger/trunk@2 ec5ace1c-6809-4267-9cad-ed2f0ecfe59c
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6cac1bc
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+Cactus Code Thorn TerminationTrigger
+Author(s) : Christian D. Ott
+Maintainer(s): Cactus team
+Licence : LGPL
+--------------------------------------------------------------------------
+
+1. Purpose
+
+This thorn watches the elapsed walltime. If only n minutes are left
+before the some limit set by the user, it triggers termination of the
+simulation. Termination is also triggered if a special file with a
+special content exists.