mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
45b23cfce1
bug fix changed some datset names for h5repack etsts Description: Description: the dataset region reference data was not portable between the Cray T3E and other machines Solution: this was due to the fact that the buffer to store the heap ID and index was using a sizeof(int) for its size 4 is used instead of sizeof(int) to permit portability between the Crays and other machines (the heap ID is always encoded as an int32 anyway) Solution: Platforms tested: linux aix solaris Misc. update: |
||
---|---|---|
.. | ||
Dependencies | ||
h5repack_copy.c | ||
h5repack_filters.c | ||
h5repack_layout.c | ||
h5repack_list.c | ||
h5repack_main.c | ||
h5repack_opttable.c | ||
h5repack_parse.c | ||
h5repack_refs.c | ||
h5repack_verify.c | ||
h5repack.c | ||
h5repack.h | ||
h5repack.sh.in | ||
Makefile.in | ||
testh5repack_attr.c | ||
testh5repack_dset.c | ||
testh5repack_main.c | ||
testh5repack_make.c | ||
testh5repack_util.c |