When I run the code on the cluster, I get errors related to hdf5 and the error is
HDF5-DIAG: Error detected in HDF5 (1.10.4) MPI-process 0:
#000: H5S.c line 489 in H5Sclose(): not a dataspace
major: Invalid arguments to routine
minor: Inappropriate type
Has anyone else faced the similar issue? does the HDF5File use h5py to convert XML mesh to h5 format? Thank you.
I would recommend storing data with XDMFFile, as it is more widely used, and has visualization support in Paraview. In particular, you can use meshio to convert your meshes (there are many posts regarding usage of meshio on this forum).