rabernat / zarr_hdf_benchmarks

Scripts for benchmarking performance of Zarr and HDF5 in different contexts
11 stars 1 forks source link

copy data from zarr to hdf5 with MPI #3

Open djarecka opened 3 years ago

djarecka commented 3 years ago

Hi,

I found your repository when I was searching for the best way to copy data from zarr format to hdf5 in parallel. Do you have any examples or recommendation?

Thanks!