Replies: 3 comments 1 reply
-
This is not included in the library yet, but you could call the let err = hdf5_sys::h5f::H5Fstart_swmr_write(file.id()); You might have to bump the |
Beta Was this translation helpful? Give feedback.
-
Hi mulimoen, I'm currently using hdf5 version: 1.12.1 I've added to the code as suggested:
hdf5_sys::h5f::hdf5_1_10_0 Thank you. |
Beta Was this translation helpful? Give feedback.
-
Thank you mulimoen, that works. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm relatively new to Rust and HDF5. What is the simplest way to enable SWMR when creating a file like the following:
let mut file = File::create(data_file_name.clone())?;
Thanks,
Andrew
Beta Was this translation helpful? Give feedback.
All reactions