aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/schedule.ccl
diff options
context:
space:
mode:
authorcott <>2004-03-10 20:55:00 +0000
committercott <>2004-03-10 20:55:00 +0000
commit3d6f5781340f6ddf07c90ff563a89f742e84a14d (patch)
tree81f1d16254e68f09534f416f2ebf30e4c63c9efd /Carpet/CarpetIOHDF5/schedule.ccl
parent0314a9ab477ffc90799baaaa109adec2ba2e37d6 (diff)
Implemented Checkpointing skeleton
darcs-hash:20040310205506-19929-5beefe2abe6894284d9b008189a6cc3f14d65c8c.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/schedule.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/schedule.ccl16
1 files changed, 15 insertions, 1 deletions
diff --git a/Carpet/CarpetIOHDF5/schedule.ccl b/Carpet/CarpetIOHDF5/schedule.ccl
index 44df41401..1f5627808 100644
--- a/Carpet/CarpetIOHDF5/schedule.ccl
+++ b/Carpet/CarpetIOHDF5/schedule.ccl
@@ -1,5 +1,5 @@
# Schedule definitions for thorn CarpetIOHDF5
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/schedule.ccl,v 1.2 2004/03/08 22:50:54 cott Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/schedule.ccl,v 1.3 2004/03/10 21:55:06 cott Exp $
schedule CarpetIOHDF5Startup at STARTUP after IOUtil_Startup
{
@@ -11,3 +11,17 @@ schedule CarpetIOHDF5ReadData at INITIAL
LANG: C
OPTIONS: global
} "Read initial data from file"
+
+schedule CarpetIOHDF5_EvolutionCheckpoint at CHECKPOINT
+{
+ LANG: C
+ OPTIONS: global
+} "Do checkpointing"
+
+#if (! CCTK_Equals (recover, "no") && *recover_file)
+#{
+# schedule CarpetIOHDF5_RecoverParameters at RECOVER_PARAMETERS
+# {
+# LANG:C
+# } "Parameter recovery routine"
+#}