From f0741b34b2e3eb679682a86a391c4503fb5b566c Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 14 Feb 2003 10:40:20 +0000 Subject: Moved the filereader routine schedule bin from RECOVER_VARIABLES to INITIAL. This closes PR Cactus/1388. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@186 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a --- schedule.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedule.ccl b/schedule.ccl index 2093c25..cce6a78 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -8,7 +8,7 @@ schedule IOUtil_Startup at STARTUP after Driver_Startup if (! CCTK_Equals (recover, "no")) { - schedule IOUtil_RecoverGH at CCTK_RECOVER_VARIABLES + schedule IOUtil_RecoverGH at RECOVER_VARIABLES { LANG:C } "Checkpoint recovery routine" @@ -16,7 +16,7 @@ if (! CCTK_Equals (recover, "no")) if (*filereader_ID_files && *filereader_ID_vars) { - schedule IOUtil_RecoverIDFromDatafiles at CCTK_RECOVER_VARIABLES after IOUtil_RecoverGH + schedule IOUtil_RecoverIDFromDatafiles at INITIAL { LANG:C } "Initial data recovery routine" -- cgit v1.2.3