diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-08-30 04:47:57 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-08-30 04:47:57 (GMT) |
commit | ec65db7972421b5d4a5b2f23db09ba210d3dd606 (patch) | |
tree | 733cdafd7e19c2ab444ed02257dce597c6aca912 /configure | |
parent | e9d0931e45b578fa263661b6646cf29913d71a81 (diff) | |
download | hdf5-ec65db7972421b5d4a5b2f23db09ba210d3dd606.zip hdf5-ec65db7972421b5d4a5b2f23db09ba210d3dd606.tar.gz hdf5-ec65db7972421b5d4a5b2f23db09ba210d3dd606.tar.bz2 |
[svn-r11314] Purpose:
Bug #281
Description:
A dataset created in serial mode with H5D_ALLOC_TIME_INCR allocation setting
was not extendible, either explicitly by H5Dextend or implicitly by writing
to unallocated chunks. This was because parallel mode expects the allocation
mode be H5D_ALLOC_TIME_INCR only.
Solution:
Modified library to allocate more space when needed or directed if the
file is opened by parallel mode, independent of what the dataset allocation
mode is.
Platforms tested:
Heping pp.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions