hdf5/tools/h5repack
Pedro Vicente Nunes 45b23cfce1 [svn-r9204] Purpose:
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:
2004-09-03 14:28:03 -05:00
..
Dependencies [svn-r8983] Purpose: 2004-08-02 09:06:07 -05:00
h5repack_copy.c [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00
h5repack_filters.c [svn-r9121] Purpose: 2004-08-19 14:09:13 -05:00
h5repack_layout.c [svn-r8021] Purpose: 2004-01-06 12:49:00 -05:00
h5repack_list.c [svn-r9121] Purpose: 2004-08-19 14:09:13 -05:00
h5repack_main.c [svn-r8909] Purpose: 2004-07-20 16:45:38 -05:00
h5repack_opttable.c [svn-r9106] Purpose: 2004-08-17 14:54:42 -05:00
h5repack_parse.c [svn-r9106] Purpose: 2004-08-17 14:54:42 -05:00
h5repack_refs.c [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00
h5repack_verify.c [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00
h5repack.c [svn-r9121] Purpose: 2004-08-19 14:09:13 -05:00
h5repack.h [svn-r9137] Purpose: 2004-08-23 13:43:22 -05:00
h5repack.sh.in [svn-r9137] Purpose: 2004-08-23 13:43:22 -05:00
Makefile.in [svn-r8869] Purpose: 2004-07-13 14:09:41 -05:00
testh5repack_attr.c [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00
testh5repack_dset.c [svn-r9204] Purpose: 2004-09-03 14:28:03 -05:00
testh5repack_main.c [svn-r9146] Purpose: 2004-08-24 14:33:58 -05:00
testh5repack_make.c [svn-r9146] Purpose: 2004-08-24 14:33:58 -05:00
testh5repack_util.c [svn-r8904] Purpose: 2004-07-20 14:21:03 -05:00