aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic
diff options
context:
space:
mode:
authorcott <>2003-12-01 11:15:00 +0000
committercott <>2003-12-01 11:15:00 +0000
commit7035064b370c686b8257f3f692d1bd160b9dcb04 (patch)
tree4a92683f739c585c23e4edf7a546f89a690dad31 /CarpetAttic
parent0ba9df906f4033643a44539accdc84753a79d42f (diff)
Added stuff for recovery. Don't try to use it!
darcs-hash:20031201111552-19929-58ef708f964d2f3745e0e1fda43a1f20feb81191.gz
Diffstat (limited to 'CarpetAttic')
-rw-r--r--CarpetAttic/CarpetIOFlexIOCheckpoint/schedule.ccl10
1 files changed, 9 insertions, 1 deletions
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"
+}