You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
figure out how to open file with driver (should just be an argument to the file access property list, I imagine), i.e. replace H5D_DEFAULT by some custom thing
understand how to access the full data in memory somehow (start and size?).
The text was updated successfully, but these errors were encountered:
H5FD_CORE
is a file driver that is part of the HDF5 library, which creates files purely in memory.This can be useful to e.g. create a file and send it via socket without having to write it to disk.
See:
Two things:
H5D_DEFAULT
by some custom thingThe text was updated successfully, but these errors were encountered: