mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
Fix bug where incorrect amount of data was being read from the file
This commit is contained in:
parent
6738d35d8a
commit
1ce6691a72
@ -3143,7 +3143,7 @@ H5D__filtered_collective_chunk_entry_io(H5D_filtered_collective_io_info_t *chunk
|
||||
|
||||
/* XXX: Test with MPI types and collective read to improve performance */
|
||||
if (H5F_block_read(io_info->dset->oloc.file, H5FD_MEM_DRAW, chunk_entry->chunk_states.chunk_current.offset,
|
||||
buf_size, H5AC_rawdata_dxpl_id, chunk_entry->buf) < 0)
|
||||
chunk_entry->chunk_states.new_chunk.length, H5AC_rawdata_dxpl_id, chunk_entry->buf) < 0)
|
||||
HGOTO_ERROR(H5E_IO, H5E_READERROR, FAIL, "unable to read raw data chunk")
|
||||
|
||||
if (H5Z_pipeline(&io_info->dset->shared->dcpl_cache.pline, H5Z_FLAG_REVERSE, &filter_mask,
|
||||
|
Loading…
x
Reference in New Issue
Block a user