H5Pset_nbit() and H5Tset_fields() in parallel-hdf5?

Hi all,

Is the N-bit filter (H5Pset_nbit()) applied to a custom type with reduced float precision (H5Tset_fields()) supported in parallel-hdf5?

I get errors of the kind

Can't perform independent write with filters in pipeline.

when attempting to use that filter combination in hdf5 1.10.3. This all works smoothly in serial.