aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-12-18 12:04:01 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2001-12-18 12:04:01 +0000
commite53744a49b1a7a6c4f852a4e8b04fda7fb101f95 (patch)
tree05583bb55c5a7b3634eda1c24bf5f78597727cb6 /schedule.ccl
parent063155fe1d7944f9d4e0b5027eacd2ba4c280840 (diff)
Added code to copy the original parameter file to 'IO::outdir' or generate
a new one with a sorted list of all parameters set in the original parfile. See description of parameters 'IO::parfile_write' and 'IO::parfile_name' for details. Closes Cactus-237 and Cactus-315. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@141 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ea43999..dc8f58b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -20,3 +20,11 @@ if (*recover_ID_files)
LANG:C
} "Initial data recovery routine"
}
+
+if (! CCTK_Equals (parfile_write, "no") && parfile_update_every)
+{
+ schedule IOUtil_UpdateParFile at POSTSTEP after HTTP_Work
+ {
+ LANG:C
+ } "Append steered parameters to parameter file"
+}