aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/schedule.ccl
diff options
context:
space:
mode:
authorcott <>2004-03-11 23:13:00 +0000
committercott <>2004-03-11 23:13:00 +0000
commitc8cbe1f433c5286ed58509f9578e06e4850eaff3 (patch)
tree86671342577d02ed4274e0e3210f09ba9efe0357 /Carpet/CarpetIOHDF5/schedule.ccl
parent6199b80f9937cc18939e25e350128d4aaa318edf (diff)
Recovery sort of working - does not crash, but does the strangest things... I have to fix this tomorrow with Erik's help.
Recovery sort of working - does not crash, but does the strangest things... I have to fix this tomorrow with Erik's help. Good night. darcs-hash:20040311231325-19929-996452fe821c4ec4feaa66088c9bd994b02f0f3b.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/schedule.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/schedule.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Carpet/CarpetIOHDF5/schedule.ccl b/Carpet/CarpetIOHDF5/schedule.ccl
index 8ab0101d5..6ed265c02 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.4 2004/03/11 09:33:23 cott Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOHDF5/schedule.ccl,v 1.5 2004/03/12 00:13:25 cott Exp $
schedule CarpetIOHDF5Startup at STARTUP after IOUtil_Startup
{
@@ -15,7 +15,7 @@ schedule CarpetIOHDF5ReadData at INITIAL
schedule CarpetIOHDF5_EvolutionCheckpoint at CHECKPOINT
{
LANG: C
- OPTIONS: global
+ OPTIONS: meta
} "Do checkpointing"
if (! CCTK_Equals (recover, "no") && *recover_file)
@@ -23,5 +23,6 @@ if (! CCTK_Equals (recover, "no") && *recover_file)
schedule CarpetIOHDF5_RecoverParameters at RECOVER_PARAMETERS
{
LANG:C
+ OPTIONS: meta
} "Parameter recovery routine"
}