mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
401c1bc318
added new test files for h5diff bug fix Description: the criteria for determining the correct switch case cast to void* to type* was the data size read from disk. this was causing problems on Cray T3E, where all integer except char are 8 bytes long Solution: changed the criteria for using the memory size instead, which is determined by the same function that reads the data into memory the messages " using memory NATIVE_TYPE_X" were removed, because they might not coincid on different platforms. Platforms tested: Linux 2.4 (rockaway) SunOS 5.7 (arabica) IRIX 6.5 (modi4) Misc. update:
12 lines
525 B
Plaintext
12 lines
525 B
Plaintext
#############################
|
|
Expected output for 'h5diff dset2.3a dset2.3b -d 3 h5diff_test1.h5 h5diff_test2.h5'
|
|
#############################
|
|
$h5diff dset2.3a dset2.3b -d 3 h5diff_test1.h5 h5diff_test2.h5
|
|
Comparing <dset2.3a> with <dset2.3b>
|
|
position dset2.3a dset2.3b difference
|
|
------------------------------------------------------------
|
|
[ 2 0 ] 1 5 4
|
|
[ 2 1 ] 1 6 5
|
|
2 differences found
|
|
|