From e57b9b7beeb467ab6f425aae0a03709ef3c32a12 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 12 Mar 2004 12:06:52 +0000 Subject: Schedule recovery and file reader routines in level mode. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@201 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedule.ccl b/schedule.ccl index 63366f7..82ed597 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -11,7 +11,7 @@ if (! CCTK_Equals (recover, "no")) schedule IOUtil_RecoverGH at RECOVER_VARIABLES { LANG:C - OPTIONS: global + OPTIONS: level } "Checkpoint recovery routine" } @@ -29,6 +29,6 @@ if (! CCTK_Equals (parfile_write, "no") && parfile_update_every) schedule IOUtil_UpdateParFile at POSTSTEP { LANG:C - OPTIONS: global + OPTIONS: meta } "Append steered parameters to parameter file" } -- cgit v1.2.3