summaryrefslogtreecommitdiffstats
path: root/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-11-27 21:30:15 (GMT)
committerGitHub <noreply@github.com>2023-11-27 21:30:15 (GMT)
commitfc88fcde1091cf12c1e88c783a14ee0f1cffe31c (patch)
tree91b88b62cd30ed37ee9227e43989e95035be43c3 /HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst
parenta067bf71f57723d2dfca7dfe2ffd9ea502eccd4f (diff)
downloadhdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.zip
hdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.tar.gz
hdf5-fc88fcde1091cf12c1e88c783a14ee0f1cffe31c.tar.bz2
Develop merge examples (#3851)
* Merge examples repo into library * Change grepTest to be more fault-tolerant * Update examples macro file * Exclude all Fortran examples from doxygen
Diffstat (limited to 'HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst')
-rw-r--r--HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst11
1 files changed, 11 insertions, 0 deletions
diff --git a/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst
new file mode 100644
index 0000000..ace1975
--- /dev/null
+++ b/HDF5Examples/C/H5FLT/tfiles/h5ex_d_blosc.tst
@@ -0,0 +1,11 @@
+blosc filter is available for encoding and decoding.
+....Create dataset ................
+....Writing blosc compressed data ................
+....Close the file and reopen for reading ........
+Filter info is available from the dataset creation property
+ Filter identifier is 32001
+ Number of parameters is 7 with the value 4 1 2
+ To find more about the filter check HDF5 blosc filter; see http://www.hdfgroup.org/services/contributions.html
+....Reading blosc compressed data ................
+Maximum value in DS1 is 1890
+blosc filter is available now since H5Dread triggered loading of the filter.