diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-12-13 16:16:13 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-12-13 16:16:13 (GMT) |
commit | 110a52681900b62b86bfb721ff0bf85ef264d137 (patch) | |
tree | fc578c1d7782597060d632b225096e07795f7a14 /acconfig.h | |
parent | 3ca3ae97eed8db1584cd66d6dfc654c916a7ed8f (diff) | |
download | hdf5-110a52681900b62b86bfb721ff0bf85ef264d137.zip hdf5-110a52681900b62b86bfb721ff0bf85ef264d137.tar.gz hdf5-110a52681900b62b86bfb721ff0bf85ef264d137.tar.bz2 |
[svn-r4717]
Purpose:
a bug fix
a feature added
Description:
1.conversion of unlimited dimension data with the current dimensional size 0
2. Use a parameter file to control some special cases:
1) To subdivide the huge array into hyperslabs, a memory buffer size has i
to be set.
2) when current dimensional size is 0, a default chunk size can be set.
Solution:
bug fixed 1. Old approach: the current dimensional size is set to H5S_UNLIMITED, which is
a huge number. The default chunk size is set as a *FIXED* default value.
2. New approach: the current dimensional size is set to the current value 0.
Users can provide the chunk size through a parameter file.
Platforms tested:
eirene
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'acconfig.h')
0 files changed, 0 insertions, 0 deletions