aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2005-11-19 21:28:00 +0000
committerErik Schnetter <schnetter@cct.lsu.edu>2005-11-19 21:28:00 +0000
commitda56c7f4f6c25392d9ccd9443d01171f7c8bbf0f (patch)
treeb1ce99f32a35bc2b7c298fdba306aa1f7968bcd5 /Carpet/CarpetIOHDF5/schedule.ccl
parent4afd8eb20f64e4cca999111dd93dab8ee4eca67f (diff)
CarpetIOHDF5: Close checkpoint files in meta mode
darcs-hash:20051119212845-dae7b-2ca10604822dbe488f621a9dcf039fe055c6d8dc.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/schedule.ccl')
-rw-r--r--Carpet/CarpetIOHDF5/schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetIOHDF5/schedule.ccl b/Carpet/CarpetIOHDF5/schedule.ccl
index 10bff3163..0ff1986a5 100644
--- a/Carpet/CarpetIOHDF5/schedule.ccl
+++ b/Carpet/CarpetIOHDF5/schedule.ccl
@@ -60,6 +60,6 @@ if (! CCTK_Equals (recover, "no") && *recover_file)
schedule CarpetIOHDF5_CloseFiles at POST_RECOVER_VARIABLES
{
LANG: C
- OPTIONS: global
+ OPTIONS: meta
} "Close all initial data checkpoint files after recovery"
}