Skip to content

Silo cannot utilize externally installed HDF5 compression filters #421

@markcmiller86

Description

@markcmiller86

Currently, the only way to compress datasets with Silo is for the data producer to use one of Silo's pre-installed filters. There is no way for a data producer to use an arbitrary custom compression filter.

There is a way for a caller to specify arbitrary HDF5 file-access properties but this is only during file create/open (e.g. in DBCreate/DBOpen). To affect compression on individual object basis, we'd have to add it somehow as a DBoption list option. That is doable but requires touching all the places where individual object's optlist options are processed.

The idea would be that a caller could use HDF5 directly creating a dataset creation property list item with their own custom filter in it and then pass the resulting hid_t dcpl id to Silo via this new optlist option. Then, this hid_t would get fed through to the dataset creation operations that occur subsequent to the Silo object DBPutXXX() calls where that optlist option is in effect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions