grimbough / Rhdf5lib

Distribution of the HDF5 library in an R package
https://bioconductor.org/packages/Rhdf5lib/
6 stars 14 forks source link

Support for parallel HDF5 #56

Open ShailChoksi opened 1 year ago

ShailChoksi commented 1 year ago

Do you plan to add support for parallel HDF5?

I am looking to build an R package which would benefit from reading/writing in parallel and was hoping to use this package.

e.g. using the --enable-threadsafe or --enable-parallel flags when compiling the HDF5 library

Or is this already supported and I missed where/how to use it?

timothy-barry commented 1 year ago

Also interested in this.