hpc-io / h5bench

A benchmark suite for measuring HDF5 performance.
https://h5bench.readthedocs.io
Other
38 stars 27 forks source link

Particle Data Type mismatch in h5bench_patterns #55

Closed jjravi closed 2 years ago

jjravi commented 2 years ago

Bug Report

id_2 is written out as H5T_NATIVE_FLOAT but read as H5T_NATIVE_INT.

https://github.com/hpc-io/h5bench/blob/fb0c43a71dbc8c5ba82c618f2a7c0ccaf97e0fee/h5bench_patterns/h5bench_write.c#L482

https://github.com/hpc-io/h5bench/blob/fb0c43a71dbc8c5ba82c618f2a7c0ccaf97e0fee/h5bench_patterns/h5bench_read.c#L105