vchoi-hdfgroup
fed9b1f1bc
Merge pull request #6046 from vchoi-hdfgroup/feature/sparse_data
...
Feature/sparse data
2025-11-20 14:11:34 -06:00
github-actions
9b310bf253
Committing clang-format changes
2025-11-20 20:07:07 +00:00
vchoi-hdfgroup.org
80b13b975d
Modifications to move up "Structured Chunk Composition" to before the "Chunk Indexing Type" field so
...
the information is available when decoding the layout message.
Also regenerate h5stat_struct_chunk.h5 for testing.
2025-11-20 13:58:33 -06:00
vchoi-hdfgroup
7349600261
Merge pull request #6043 from vchoi-hdfgroup/feature/sparse_data
...
Feature/sparse data
2025-11-18 13:51:22 -06:00
vchoi-hdfgroup
5131e50d70
Update H5Pocpl.c
...
Correct spelling error
2025-11-18 13:47:30 -06:00
vchoi-hdfgroup and ellipsis-dev[bot]
c797fa8456
Update src/H5Pocpl.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-18 13:24:36 -06:00
vchoi-hdfgroup and ellipsis-dev[bot]
a869b153ab
Update src/H5Pocpl.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-18 13:24:02 -06:00
vchoi-hdfgroup and ellipsis-dev[bot]
0bcb21177c
Update src/H5Pocpl.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-18 13:23:40 -06:00
vchoi-hdfgroup and ellipsis-dev[bot]
d28e74ef4a
Update src/H5Ostc_pline.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-18 13:23:22 -06:00
vchoi-hdfgroup and ellipsis-dev[bot]
e9a9dd4526
Update src/H5Dstruct_chunk.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-18 13:21:15 -06:00
vchoi-hdfgroup and ellipsis-dev[bot]
7946b1b960
Update src/H5Dint.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-18 13:19:30 -06:00
github-actions
0d2fc3a65e
Committing clang-format changes
2025-11-18 18:32:55 +00:00
vchoi-hdfgroup.org
5cd51501ad
Changes to use a new filter pipeline message for structured chunk instead
...
of adding a new version to the existing pipeline message for dense chunked.
2025-11-18 12:26:13 -06:00
vchoi-hdfgroup
41de675938
Merge pull request #6032 from vchoi-hdfgroup/feature/sparse_data
...
Correct the setting of sizes in lookup callback.
2025-11-13 13:27:07 -06:00
vchoi-hdfgroup.org
8da5db86e5
Correct the setting of sizes in lookup callback.
...
This will fix the compression of data section problem with mm2h5-r-struct-d.c
as well as the h5stat problem with text2hdf5_batch_struct.c.
2025-11-13 13:16:56 -06:00
vchoi-hdfgroup
c66817c12d
Merge pull request #6025 from vchoi-hdfgroup/feature/sparse_data
...
Clean up the setting for the need_insert variable in the insert callb…
2025-11-11 16:15:52 -06:00
github-actions
a7910bfb48
Committing clang-format changes
2025-11-11 22:14:19 +00:00
vchoi-hdfgroup.org
40f09aa251
Clean up the setting for the need_insert variable in the insert callback.
2025-11-11 16:10:35 -06:00
vchoi-hdfgroup
3e344d387a
Merge pull request #6022 from vchoi-hdfgroup/feature/sparse_data
...
Feature/sparse data
2025-11-11 12:18:52 -06:00
github-actions
9ef26a26ce
Committing clang-format changes
2025-11-11 18:09:41 +00:00
vchoi-hdfgroup.org
834d7b548c
Fix a bug in the insert callback to insert the chunk info into the chunk index when
...
old_disk_size is the same as new_disk_size.
This will fix the failure when running Elena's test program with compression option:
mm2h5-r-struct analytics-r.mtx 1000 1000 2 -v
2025-11-11 12:06:58 -06:00
vchoi-hdfgroup
38ace222ad
Merge pull request #6002 from vchoi-hdfgroup/feature/sparse_data
...
Fix in H5Dio.c:
2025-11-10 01:32:32 -06:00
vchoi-hdfgroup.org
855c4360ab
Fix spelling error.
2025-11-10 01:26:23 -06:00
vchoi-hdfgroup and ellipsis-dev[bot]
110d5344f9
Update src/H5SC.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-10 00:31:02 -06:00
vchoi-hdfgroup and ellipsis-dev[bot]
c1c081904c
Update src/H5SC.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-11-10 00:30:11 -06:00
github-actions
cb1ca30c12
Committing clang-format changes
2025-11-10 06:21:16 +00:00
vchoi-hdfgroup.org
b68e94db8d
Fix in H5Dio.c:
...
1) Remove the two lines of code for orig_mem_space after H5SC_write() call so that the projected mem spaces will be
closed at the end of H5D__write(). This will fix the infinite loop closing library problem when running
ELena's test program.
Fixes in H5SC.c:
2) Fix a bug in H5SC_read() whn invoking the new chunk callback.
3) Save old_disk_size and use that when invoking the insert callback.
Fixes in H5Dstruct_chunk.c:
4) Fix a bug when combing selection in gather_mem callback.
5) Fix a bug in defined_values callback.
6) Fix a bug in lookup callback when the chunk is not found via get_addr callback.
2025-11-10 00:02:39 -06:00
vchoi-hdfgroup
78cef2cdc9
Merge pull request #5941 from vchoi-hdfgroup/feature/sparse_data
...
Changes to print structured chunk storage info for h5dump.
2025-10-24 02:29:35 -05:00
github-actions
b33902e33c
Committing clang-format changes
2025-10-24 07:28:19 +00:00
vchoi-hdfgroup.org
f5dfcabd49
Changes to print structured chunk storage info for h5dump.
...
This is a fix from Elena.
2025-10-24 02:21:29 -05:00
vchoi-hdfgroup
80e6e27dcf
Merge pull request #5930 from vchoi-hdfgroup/feature/sparse_data
...
Fixed compilation errors and warnings when compiled on MAC.
2025-10-20 20:07:21 -05:00
vchoi-hdfgroup.org
173bca259b
Fixed compilation errors and warnings when compiled on MAC.
2025-10-20 19:57:38 -05:00
vchoi-hdfgroup
c6cf333486
Merge pull request #5929 from vchoi-hdfgroup/feature/sparse_data
...
Feature/sparse data
2025-10-19 18:28:46 -05:00
vchoi-hdfgroup and ellipsis-dev[bot]
570256a8a9
Update test/struct_chunk_storage.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-10-19 17:42:37 -05:00
vchoi-hdfgroup and ellipsis-dev[bot]
c9db7e15ff
Update test/struct_chunk_storage.c
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-10-19 17:42:00 -05:00
vchoi-hdfgroup
ebf604b7dc
Merge branch 'HDFGroup:feature/sparse_data' into feature/sparse_data
2025-10-19 04:11:31 -05:00
github-actions
e6a8dc574f
Committing clang-format changes
2025-10-19 09:06:56 +00:00
vchoi-hdfgroup.org
95d07d2e55
Modifications to H5Dset_extent() and h5stat for supporting structured chunk.
2025-10-19 04:00:22 -05:00
vchoi-hdfgroup
d53f9f411c
Merge pull request #5773 from vchoi-hdfgroup/feature/sparse_data
...
Clean up compilation warnings that showed up when compiled the librar…
2025-09-03 23:16:13 -05:00
github-actions
30a32311b4
Committing clang-format changes
2025-09-04 00:03:12 +00:00
vchoi-hdfgroup.org
237a9efca7
Clean up compilation warnings that showed up when compiled the library on macOS.
2025-09-03 18:49:58 -05:00
vchoi-hdfgroup
d608b6fa69
Merge pull request #5764 from vchoi-hdfgroup/feature/sparse_data
...
Fix for compilation errors on macOS from src/H5EAtest.c.
2025-09-02 17:07:52 -05:00
vchoi-hdfgroup.org
9118066486
Fix for compilation errors on macOS from src/H5EAtest.c.
2025-09-02 16:58:36 -05:00
vchoi-hdfgroup
e332e6fccc
Merge pull request #5755 from vchoi-hdfgroup/feature/sparse_data
...
Feature/sparse data
2025-08-31 02:43:48 -05:00
github-actions
f8d5021f5e
Committing clang-format changes
2025-08-31 07:34:49 +00:00
vchoi-hdfgroup.org
92b71a6405
Coding changes to support the option for not filtering partial bound chunk for structured chunk storage.
...
Bug fix for single chunk index.
2025-08-31 02:30:03 -05:00
vchoi-hdfgroup
6ddca9f33c
Merge pull request #5745 from vchoi-hdfgroup/feature/sparse_data
...
Feature/sparse data
2025-08-28 02:19:03 -05:00
github-actions
1df14c64b7
Committing clang-format changes
2025-08-28 06:15:44 +00:00
vchoi-hdfgroup.org
b8d11f894f
Corrections made based on PR review.
2025-08-28 01:12:33 -05:00
github-actions
28ec345ef5
Committing clang-format changes
2025-08-27 23:27:08 +00:00