mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
ad9e876b0c
bugzilla 1754: h5diff: support comparing through links. (original check-in svn revision #18164) Description: fix the hang issue in parallel mode when compare external-link. add --no-dangling-links option. add test cases (#450-#459) relate to the new option. improve test script to check exit code. update --help relate to the new options. correct some indentations. Tested: h5committest (jam, amani and linew)
11 lines
492 B
Plaintext
11 lines
492 B
Plaintext
dataset: </g1/d1> and </g1/d2>
|
|
size: [3x2] [3x2]
|
|
position d1 d2 difference
|
|
------------------------------------------------------------
|
|
[ 0 1 ] 1e-09 2e-09 1e-09
|
|
[ 1 0 ] 1e-09 9e-10 1e-10
|
|
[ 1 1 ] 0 1e-09 1e-09
|
|
[ 2 0 ] 1e-09 0 1e-09
|
|
4 differences found
|
|
EXIT CODE: 1
|