aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/Output.cc
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2005-05-27 12:42:00 +0000
committerThomas Radke <tradke@aei.mpg.de>2005-05-27 12:42:00 +0000
commitf6f34e80a2ee0f138507b8bbfdf81a8aa358e32a (patch)
treee75081cd696cad142d698817859a28a7ca686cee /Carpet/CarpetIOHDF5/src/Output.cc
parent3e24610f30c33e6b618864cf8a1f36f77e13147f (diff)
CarpetIOHDF5: implement parallel recovery
All processors open the checkpoint file and recover their portions from it in parallel. No MPI communication is needed anymore. darcs-hash:20050527124239-776a0-25d4fa77b50ea22fb2b25c87e399d95090c7eaf2.gz
Diffstat (limited to 'Carpet/CarpetIOHDF5/src/Output.cc')
-rw-r--r--Carpet/CarpetIOHDF5/src/Output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetIOHDF5/src/Output.cc b/Carpet/CarpetIOHDF5/src/Output.cc
index 7c01ed35d..58e4bdd2c 100644
--- a/Carpet/CarpetIOHDF5/src/Output.cc
+++ b/Carpet/CarpetIOHDF5/src/Output.cc
@@ -270,7 +270,7 @@ int WriteVarChunked (const cGH* const cctkGH,
{
BEGIN_COMPONENT_LOOP (cctkGH, group.grouptype)
{
- // Using "exterior" removes ghost zones and refinement boundaries.
+ // Using "exterior" includes ghost zones and refinement boundaries.
ibbox& bbox = arrdata.at(gindex).at(Carpet::map).dd->
boxes.at(mglevel).at(refinementlevel).at(component).exterior;