jorgensd / adios4dolfinx

Extending DOLFINx with checkpointing functionality
http://jsdokken.com/adios4dolfinx/
MIT License
19 stars 6 forks source link

Read_attribute broken on redhat #128

Open jorgensd opened 2 months ago

jorgensd commented 2 months ago

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 commented 1 month ago

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