blob: 03a583d19e45451fdfe2ce9ba5c4432f276e0228 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#############################
Expected output for 'h5diff dset2.4a dset2.4b -p 3 h5diff_test1.h5 h5diff_test2.h5'
#############################
$h5diff dset2.4a dset2.4b -p 3 h5diff_test1.h5 h5diff_test2.h5
Comparing <dset2.4a> with <dset2.4b>
using memory type H5T_NATIVE_INT
position dset2.4a dset2.4b difference
------------------------------------------------------------
[ 2 0 ] 1 5 4
[ 2 1 ] 1 6 5
2 differences found
|