-
-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix error in H5Ddebug(). Add h5ls test cases. * Committing clang-format changes * Fix cmake (hopefully) * Fix cmake again (hopefully) * Fix issue with modification times showing up differently on different systems. Add test case for v1 b-trees. * Add cmake for new tests * Add RELEASE.txt entry --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e876097
commit 61aa40f
Showing
12 changed files
with
301 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
Opened "tall.h5" with sec2 driver. | ||
/ Group | ||
Attribute: attr1 {10} | ||
Type: 8-bit integer | ||
Data: | ||
97, 98, 99, 100, 101, 102, 103, 104, 105, 0 | ||
Attribute: attr2 {2, 2} | ||
Type: 32-bit big-endian integer | ||
Data: | ||
0, 1, 2, 3 | ||
Location: 1:96 | ||
Links: 1 | ||
/g1 Group | ||
Location: 1:800 | ||
Links: 1 | ||
/g1/g1.1 Group | ||
Location: 1:2536 | ||
Links: 1 | ||
/g1/g1.1/dset1.1.1 Dataset {10/10, 10/10} | ||
Attribute: attr1 {27} | ||
Type: 8-bit integer | ||
Data: | ||
49, 115, 116, 32, 97, 116, 116, 114, 105, 98, 117, 116, 101, | ||
32, 111, 102, 32, 100, 115, 101, 116, 49, 46, 49, 46, 49, 0 | ||
Attribute: attr2 {27} | ||
Type: 8-bit integer | ||
Data: | ||
50, 110, 100, 32, 97, 116, 116, 114, 105, 98, 117, 116, 101, | ||
32, 111, 102, 32, 100, 115, 101, 116, 49, 46, 49, 46, 49, 0 | ||
Location: 1:5480 | ||
Links: 1 | ||
Storage: 400 logical bytes, 400 allocated bytes, 100.00% utilization | ||
Type: 32-bit big-endian integer | ||
Address: 6224 | ||
Data: | ||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 2, 4, 6, | ||
8, 10, 12, 14, 16, 18, 0, 3, 6, 9, 12, 15, 18, 21, 24, 27, 0, 4, 8, 12, | ||
16, 20, 24, 28, 32, 36, 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 0, 6, 12, | ||
18, 24, 30, 36, 42, 48, 54, 0, 7, 14, 21, 28, 35, 42, 49, 56, 63, 0, 8, | ||
16, 24, 32, 40, 48, 56, 64, 72, 0, 9, 18, 27, 36, 45, 54, 63, 72, 81 | ||
/g1/g1.1/dset1.1.2 Dataset {20/20} | ||
Location: 1:8272 | ||
Links: 1 | ||
Storage: 80 logical bytes, 80 allocated bytes, 100.00% utilization | ||
Type: 32-bit big-endian integer | ||
Address: 6624 | ||
Data: | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 | ||
/g1/g1.2 Group | ||
Location: 1:3568 | ||
Links: 1 | ||
/g1/g1.2/extlink External Link {somefile//somepath} | ||
/g1/g1.2/g1.2.1 Group | ||
Location: 1:4272 | ||
Links: 1 | ||
/g1/g1.2/g1.2.1/slink Soft Link {somevalue} | ||
/g2 Group | ||
Location: 1:1832 | ||
Links: 1 | ||
/g2/dset2.1 Dataset {10/10} | ||
Location: 1:8960 | ||
Links: 1 | ||
Storage: 40 logical bytes, 40 allocated bytes, 100.00% utilization | ||
Type: IEEE 32-bit big-endian float | ||
Address: 6704 | ||
Data: | ||
1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9 | ||
/g2/dset2.2 Dataset {3/3, 5/5} | ||
Location: 1:9560 | ||
Links: 1 | ||
Storage: 60 logical bytes, 60 allocated bytes, 100.00% utilization | ||
Type: IEEE 32-bit big-endian float | ||
Address: 6744 | ||
Data: | ||
0, 0.1, 0.2, 0.3, 0.4, 0, 0.2, 0.4, 0.6, 0.8, 0, 0.3, 0.6, 0.9, 1.2 | ||
/g2/udlink UD Link {cannot follow UD links} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
/ Group | ||
/dset1 Dataset {10/Inf, 20} | ||
Data: | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 | ||
/dset2 Dataset {30, 10/Inf} | ||
Data: | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, | ||
6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, | ||
6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
Opened "tdset2.h5" with sec2 driver. | ||
/ Group | ||
Location: 1:96 | ||
Links: 1 | ||
/dset1 Dataset {10/Inf, 20/20} | ||
Location: 1:800 | ||
Links: 1 | ||
Chunks: {5, 5} 100 bytes | ||
Storage: 800 logical bytes, 800 allocated bytes, 100.00% utilization | ||
Type: 32-bit big-endian integer | ||
Address: 1400 | ||
Flags Bytes Address Logical Offset | ||
========== ======== ========== ============================== | ||
0x00000000 100 4016 [0, 0, 0] | ||
0x00000000 100 4116 [0, 5, 0] | ||
0x00000000 100 4216 [0, 10, 0] | ||
0x00000000 100 4316 [0, 15, 0] | ||
0x00000000 100 4416 [5, 0, 0] | ||
0x00000000 100 4516 [5, 5, 0] | ||
0x00000000 100 4616 [5, 10, 0] | ||
0x00000000 100 4716 [5, 15, 0] | ||
Data: | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 | ||
/dset2 Dataset {30/30, 10/Inf} | ||
Location: 1:6064 | ||
Links: 1 | ||
Chunks: {5, 5} 200 bytes | ||
Storage: 2400 logical bytes, 2400 allocated bytes, 100.00% utilization | ||
Type: IEEE 64-bit big-endian float | ||
Address: 6336 | ||
Flags Bytes Address Logical Offset | ||
========== ======== ========== ============================== | ||
0x00000000 200 4816 [0, 0, 0] | ||
0x00000000 200 5016 [0, 5, 0] | ||
0x00000000 200 5216 [5, 0, 0] | ||
0x00000000 200 5416 [5, 5, 0] | ||
0x00000000 200 5616 [10, 0, 0] | ||
0x00000000 200 5816 [10, 5, 0] | ||
0x00000000 200 8952 [15, 0, 0] | ||
0x00000000 200 9152 [15, 5, 0] | ||
0x00000000 200 9352 [20, 0, 0] | ||
0x00000000 200 9552 [20, 5, 0] | ||
0x00000000 200 9752 [25, 0, 0] | ||
0x00000000 200 9952 [25, 5, 0] | ||
Data: | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, | ||
6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, | ||
6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
Opened "tdset_idx.h5" with sec2 driver. | ||
dset_btree Dataset {20/200, 10/100} | ||
Location: 1:573 | ||
Links: 1 | ||
Chunks: {5, 5} 100 bytes | ||
Storage: 800 logical bytes, 800 allocated bytes, 100.00% utilization | ||
Type: native int | ||
Address: 841 | ||
Flags Bytes Address Logical Offset | ||
========== ======== ========== ============================== | ||
0x00000000 100 2848 [0, 0, 0] | ||
0x00000000 100 2948 [0, 5, 0] | ||
0x00000000 100 3048 [5, 0, 0] | ||
0x00000000 100 3148 [5, 5, 0] | ||
0x00000000 100 3248 [10, 0, 0] | ||
0x00000000 100 3348 [10, 5, 0] | ||
0x00000000 100 3448 [15, 0, 0] | ||
0x00000000 100 3548 [15, 5, 0] | ||
Data: | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, | ||
6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9 | ||
dset_filter Dataset {20/20, 10/10} | ||
Location: 1:869 | ||
Links: 1 | ||
Chunks: {5, 5} 100 bytes | ||
Storage: 800 logical bytes, 200 allocated bytes, 400.00% utilization | ||
Filter-0: deflate-1 OPT {9} | ||
Type: native int | ||
Address: 1137 | ||
Flags Bytes Address Logical Offset | ||
========== ======== ========== ============================== | ||
0x00000000 25 3648 [0, 0, 0] | ||
0x00000000 25 3673 [0, 5, 0] | ||
0x00000000 25 3698 [5, 0, 0] | ||
0x00000000 25 3723 [5, 5, 0] | ||
0x00000000 25 3748 [10, 0, 0] | ||
0x00000000 25 3773 [10, 5, 0] | ||
0x00000000 25 3798 [15, 0, 0] | ||
0x00000000 25 3823 [15, 5, 0] | ||
Data: | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, | ||
6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9 | ||
dset_fixed Dataset {20/20, 10/10} | ||
Location: 1:195 | ||
Links: 1 | ||
Chunks: {5, 5} 100 bytes | ||
Storage: 800 logical bytes, 800 allocated bytes, 100.00% utilization | ||
Type: native int | ||
Address: 463 | ||
Flags Bytes Address Logical Offset | ||
========== ======== ========== ============================== | ||
0x00000000 100 2048 [0, 0, 0] | ||
0x00000000 100 2148 [0, 5, 0] | ||
0x00000000 100 2248 [5, 0, 0] | ||
0x00000000 100 2348 [5, 5, 0] | ||
0x00000000 100 2448 [10, 0, 0] | ||
0x00000000 100 2548 [10, 5, 0] | ||
0x00000000 100 2648 [15, 0, 0] | ||
0x00000000 100 2748 [15, 5, 0] | ||
Data: | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, | ||
6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, | ||
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, | ||
4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, | ||
8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, | ||
2, 3, 4, 5, 6, 7, 8, 9 |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.