-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Single-locale Zarr IO + single chunk updates (#25361)
This PR adds support for single-locale reading/writing of Zarr stores, which was a user request. It also adds an `updateZarrChunk` method to allow for writing individual chunks to storage rather than writing the whole array. This is in anticipation of adding more support for partial IO on Zarr stores. Testing: CHPL_COMM={none,gasnet} x machines={mac, horizon} Reviewed by: @jabraham17
- Loading branch information
Showing
3 changed files
with
235 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ ReindexStore | |
Test1D | ||
Test2D | ||
Test3D | ||
LocalIOStore_* |
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