aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh
diff options
context:
space:
mode:
authorRoland Haas <roland.haas@physics.gatech.edu>2012-08-03 22:34:59 -0700
committerRoland Haas <roland.haas@physics.gatech.edu>2012-08-03 22:34:59 -0700
commit6915174b23acdc4353d820e58298a11a55ee826d (patch)
tree5526a3d3e346530b35cf5d55e5035b949492d438 /Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh
parenta54c76a4a07b2c28cdca4dd3767abab334257f8f (diff)
CarpetIOHDF5: support indices in sequential chunked output
which happens to be the output method used for single process runs.
Diffstat (limited to 'Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh')
-rw-r--r--Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh b/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh
index 3cff7bf3b..42c7d6622 100644
--- a/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh
+++ b/Carpet/CarpetIOHDF5/src/CarpetIOHDF5.hh
@@ -119,7 +119,8 @@ namespace CarpetIOHDF5
hid_t file,
CCTK_REAL & io_bytes,
const ioRequest* const request,
- bool called_from_checkpoint);
+ bool called_from_checkpoint,
+ hid_t index = -1);
int WriteVarChunkedParallel (const cGH* const cctkGH,
hid_t file,
CCTK_REAL & io_bytes,