From f8cb0525f10ce751d3fbed3110aa44bea5441fd7 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 7 Feb 2004 16:35:34 +0000 Subject: Schedule the file reader in level mode, and schedule appending to the parameter file in global mode. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@200 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- schedule.ccl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schedule.ccl b/schedule.ccl index 640ae93..63366f7 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -20,6 +20,7 @@ if (*filereader_ID_files && *filereader_ID_vars) schedule IOUtil_RecoverIDFromDatafiles at INITIAL { LANG:C + OPTIONS: level } "Initial data recovery routine" } @@ -28,5 +29,6 @@ if (! CCTK_Equals (parfile_write, "no") && parfile_update_every) schedule IOUtil_UpdateParFile at POSTSTEP { LANG:C + OPTIONS: global } "Append steered parameters to parameter file" } -- cgit v1.2.3