hdf5-blosc icon indicating copy to clipboard operation
hdf5-blosc copied to clipboard

h5repack issues

Open ashishsinghal123 opened this issue 8 years ago • 1 comments

h5repack --filter UD=32001,7,0,0,0,0,9,0,0 input.h5 output_blosc.h5

I'm getting this error:

h5repack error: <input.h5> could not copy data to: output_blosc.h5

I can successfully use the filter from c++ code. I've upgraded to hdf5 1.8.18 (to fix the h5repack parse issues reported in other threads).

Any idea how to debug the issue? My HD5_PLUGIN_PATH is set correctly and I can see the library is loaded with strace.

ashishsinghal123 avatar Jan 06 '17 23:01 ashishsinghal123

I encountered a similar issue.

Try using h5repack-shared[.exe] --filter UD=32001,7,0,0,0,0,9,0,0 input.h5 output_blosc.h5

https://forum.hdfgroup.org/t/h5repack-error-with-compression-filter-id-32016/4498/5

mkitti avatar Mar 18 '22 04:03 mkitti

Apparently this was fixed in HDF5 1.8.18. Closing.

FrancescAlted avatar Jun 07 '24 15:06 FrancescAlted