summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-09-24 00:45:45 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-09-24 00:45:45 (GMT)
commit2eae09de84219a7b8c046fa53fb9ec163ec493ba (patch)
tree688db2576711b2f83bc0506ca97234bf0a0791a5 /configure.in
parentc2e1541f9954d0b8244a4e500537cd7a08b589f5 (diff)
downloadhdf5-2eae09de84219a7b8c046fa53fb9ec163ec493ba.zip
hdf5-2eae09de84219a7b8c046fa53fb9ec163ec493ba.tar.gz
hdf5-2eae09de84219a7b8c046fa53fb9ec163ec493ba.tar.bz2
[svn-r2590] Purpose:
Bug fix Description: The old code was using count as the block size. The result was asking for a slab of count blocks, each of 1 element. The recent change in the hyperslab algorithm exposed this problem. (The old algorithm merge the count blocks back into 1 big block of count elements.) (This error was due to that the block argument was not in the very early version of hyperslab. Then it was not updated since it had been "working".) Solution: Added in the block argument to the setup and calculation of slab and its data. Also found a dumb error in the dataset_fill algorithm in which stride was used in the calculation. Not so for the cases of BYROW and BYCOL. Platforms tested: modi4 parallel, both -64 an -n32 modes.
Diffstat (limited to 'configure.in')
0 files changed, 0 insertions, 0 deletions