Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate use of H5Zregister #1329

Open
DennisHeimbigner opened this issue Feb 19, 2019 · 1 comment
Open

Investigate use of H5Zregister #1329

DennisHeimbigner opened this issue Feb 19, 2019 · 1 comment

Comments

@DennisHeimbigner
Copy link
Collaborator

DennisHeimbigner commented Feb 19, 2019

I was rummaging around the HDf5 documentation and found the function
H5Zregister (and associated other functions). Apparently they allow us to
bypass HDF5_PLUGIN_PATH and directly load dynamic filters. I have no idea
how I missed these. So this is a reminder to investigate and see if
this will provide an alternate way to load dynamic filters. It should allow
us to even use filters that are compiled into the client program.
In any case, see https://confluence.hdfgroup.org/display/HDF5/Filters

@DennisHeimbigner DennisHeimbigner self-assigned this Mar 4, 2019
DennisHeimbigner added a commit that referenced this issue Mar 20, 2019
Priority: Low

re: issue #1329

HDF5 has the ability to programmatically define new filters,
as opposed to using HDF5_PLUGIN_PATH env variable.
This PR adds support for that feature.
Not clear how useful this is, though.
See docs/filters.md for details.
DennisHeimbigner added a commit that referenced this issue Mar 21, 2019
Priority: Low

re: issue #1329

HDF5 has the ability to programmatically define new filters,
as opposed to using HDF5_PLUGIN_PATH env variable.
This PR adds support for that feature.
Not clear how useful this is, though.
See docs/filters.md for details.
@edwardhartnett
Copy link
Contributor

I believe this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants