Matthias Wolf
Matthias Wolf
For iteration, this seems like something sensible. But what would be returned? A `std::variant` over `HighFive::Group` and `HighFive::Dataset`? Separate iteration methods for both? ``` for (auto& g: file.recurse_groups()) { …;...
It would also make Meson integration easier :)
Sorry for letting this sit here so long! Are you using the HDF5 library with the thead-safety feature compiled in? See https://docs.hdfgroup.org/hdf5/v1_12/_m_t.html and the older document of https://support.hdfgroup.org/HDF5/faq/threadsafe.html The latter...
Tested in the NRN repo, seems to run fine.
This is obsolete.
> @matz-e : Our CI doesn't cover windows. If you have option and could check if this approach/function works on windows then it would be great! At least with MSVC,...
@pramodk I generated a tiny reproducer on Win11/MSVC that does what it should and adjusted the code accordingly.
This is obsolete.
This is obsolete.
We should update the NVHPC to at least 24.9 - fixes the optimized build failures, too.