h5fs #134192 use low-level hdf5 api [open]
It seems that there is is a low-level api for file system in hdf5. Some one has already made some python stuff about this: http://docs.danse.us/DrChops/current/hdf5fs/hdf5fs/html/h5fs_8py-source.html | |
priority | normal |
---|---|
type | enhancement |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2013/04/22 09:14, written by aleufroy
add commentThere is a H5Fmount.c file in the hdf5 sources. This file is about "mounting" an hdf5 file into another hdf5 file, similar to a file composition. This is not a virtual file system stuff.