aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-03-25 10:03:15 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-03-25 10:03:15 +0000
commit9d54b263e7af03c0c013fd4b5ad06c0b5bcd4281 (patch)
treec76803ce995acef383251a6a6e3fedb531eeb068 /schedule.ccl
parent18e5851fd29bf0a0e9bdd6f32fa0fdf5e4efe901 (diff)
Do not schedule IOUtil_UpdateParFile after HTTP_Work anymore.
Better do it the other way around to be clearer about dependencies here. This closes CactusBase/947. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@154 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index dc8f58b..a499340 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -23,7 +23,7 @@ if (*recover_ID_files)
if (! CCTK_Equals (parfile_write, "no") && parfile_update_every)
{
- schedule IOUtil_UpdateParFile at POSTSTEP after HTTP_Work
+ schedule IOUtil_UpdateParFile at POSTSTEP
{
LANG:C
} "Append steered parameters to parameter file"