adios4dolfinx icon indicating copy to clipboard operation
adios4dolfinx copied to clipboard

Read_attribute broken with numpy > 2.0.0 on redhat and 2.1.1 on ubuntu

Open jorgensd opened this issue 1 year ago • 1 comments

For some strange reason, redhat adios2 isn't able to read attributes of type uint8 any longer. It currently reads an array [1,1,1] even if the data is [1,2,3].

Seems like it only points to the first entry of the attribute. Further investigation and a minimal adios2 example has to be created.

jorgensd avatar Jun 30 '24 08:06 jorgensd

Pinned down to being an ADIOS2 issue: https://github.com/ornladios/ADIOS2/issues/4287

jorgensd avatar Aug 04 '24 19:08 jorgensd