From 7035064b370c686b8257f3f692d1bd160b9dcb04 Mon Sep 17 00:00:00 2001 From: cott <> Date: Mon, 1 Dec 2003 11:15:00 +0000 Subject: Added stuff for recovery. Don't try to use it! darcs-hash:20031201111552-19929-58ef708f964d2f3745e0e1fda43a1f20feb81191.gz --- CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'CarpetAttic') diff --git a/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl b/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl index 99f0fee3f..bfc9fd9b0 100644 --- a/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl +++ b/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl @@ -1,5 +1,5 @@ # Schedule definitions for thorn CarpetIOFlexIO -# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl,v 1.2 2003/09/17 13:47:00 cvs_anon Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl,v 1.3 2003/12/01 13:15:52 cott Exp $ schedule CarpetIOFlexIO_Startup at STARTUP after IOUtil_Startup { @@ -17,3 +17,11 @@ schedule CarpetIOFlexIO_EvolutionCheckpoint at CHECKPOINT LANG: C OPTIONS: global } "Do checkpointing" + +if (! CCTK_Equals (recover, "no") && *recover_file) +{ + schedule CarpetIOFlexIO_RecoverParameters at RECOVER_PARAMETERS + { + LANG:C + } "Parameter recovery routine" +} -- cgit v1.2.3