From e53744a49b1a7a6c4f852a4e8b04fda7fb101f95 Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 18 Dec 2001 12:04:01 +0000 Subject: 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 --- schedule.ccl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'schedule.ccl') 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" +} -- cgit v1.2.3