diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-11-15 21:57:27 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-11-15 21:57:27 (GMT) |
commit | f76495cdf558489c141bf76f6938d10dd6e9d10b (patch) | |
tree | c2c11733e6c439da604a33ef6655c7d28fe3294b /src/H5Dpkg.h | |
parent | e2f0e6a1765f19a66e5d3c483c908d29986936b2 (diff) | |
download | hdf5-f76495cdf558489c141bf76f6938d10dd6e9d10b.zip hdf5-f76495cdf558489c141bf76f6938d10dd6e9d10b.tar.gz hdf5-f76495cdf558489c141bf76f6938d10dd6e9d10b.tar.bz2 |
[svn-r11728] Purpose:
To support collective chunk IO, obtain the chunk addresses globally from one process.
Description:
Implement a call-back function to iterate B-tree to do the job.
Check in this code for major check-ins later.
Solution:
Platforms tested:
heping(Linux)
Should not be used by any library functions now, so won't affect library and tool tests.
No need to test on 3 platforms.
Misc. update:
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index 30efde1..7467e93 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -259,6 +259,7 @@ H5_DLL herr_t H5D_istore_initialize_by_extent(H5D_io_info_t *io_info); H5_DLL herr_t H5D_istore_update_cache(H5D_t *dset, hid_t dxpl_id); H5_DLL herr_t H5D_istore_dump_btree(H5F_t *f, hid_t dxpl_id, FILE *stream, unsigned ndims, haddr_t addr); +H5_DLL herr_t H5D_istore_chunkmap(const H5D_io_info_t *io_info, hsize_t total_chunk, haddr_t chunk_addr[] ); #ifdef H5D_ISTORE_DEBUG H5_DLL herr_t H5D_istore_stats (H5D_t *dset, hbool_t headers); #endif /* H5D_ISTORE_DEBUG */ |