Skip to content

added sst bp compression tests

Created by: JasonRuonanWang

@eisenhauer I have added tests for ZFP and SZ. ZFP test worked. But the SZ test requires a larger dataset to work on, otherwise it will cause a segfault. This is a known bug of SZ library.

I tried to add a dedicated variable for the SZ test but unfortunately I broke many other SST tests. So I had to roll back and leave this to you. You can look at the reader source code where I put a TODO label (Line 120).

Merge request reports