-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current implementation of the Blosc ADIOS2 operator is due to limitations of Blosc not supporting variables larger than 2GiB. - Add option `threshold` to set a threshold under which data will only be copied instead of compressed (equivalent to Blosc in ADIOS1). - Use chunk format to avoid 2GiB limit for variables (datasets). - Add support to decompress blosc data written with ADIOS before this PR.
- Loading branch information
1 parent
5948ca8
commit ae5dc35
Showing
2 changed files
with
266 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