Loading
improve Blosc compression operator
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.