Initializes ZFP stream and field for compression/decompression
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(compressor_zfp), | intent(inout) | :: | self |
Compressor instance |
||
| type(c_ptr), | intent(in) | :: | uncompressed_ptr |
Pointer to uncompressed data |
||
| integer(kind=int32), | intent(in) | :: | dims(:) |
Array dimensions |
||
| logical, | intent(in) | :: | is_decompression |
Decompression flag. Used only in omp build |
||
| type(zfp_stream), | intent(out) | :: | zfp |
ZFP stream |
||
| type(zfp_field), | intent(out) | :: | field |
ZFP field |