LLNL / H5Z-ZFP

A registered ZFP compression plugin for HDF5
Other
50 stars 22 forks source link

Allow mandatory/optional control in properties interface #131

Open markcmiller86 opened 8 months ago

markcmiller86 commented 8 months ago

See this discussion.

When using the generic interface, the caller has the choice in the H5Pset_filter() call to specify H5Z_FLAGS_OPTIONAL or H5Z_FLAGS_MANDATORY.

The properties interface doesn't support such a control. Maybe it should?