groundcherry / bluebottle-3.0

A many-GPU-centric two phase flow simulation code implementing the Physalis method
Apache License 2.0
10 stars 6 forks source link

hdf5-1.10.1 and above outputs not compatible with paraview #1

Open dwille opened 5 years ago

dwille commented 5 years ago

According to [1,2], HDF5 1.10 was a major update to the HDF5 library. Although Bluebottle itself doesn't care about the underlying changes, the ability to visualize and analyze the output files are impacted. Notably, anaconda-python and paraview have raised errors when trying to deal with the different HDF5 versions.

Potential Solutions:

Note that these solutions aren't guaranteed fixes and should be elaborated on.

[1] -- https://portal.hdfgroup.org/display/HDF5/API+Compatibility+Macros [2] -- https://portal.hdfgroup.org/display/HDF5/Software+Changes+from+Release+to+Release+for+HDF5-1.10