Tested version of hdf5? #415
Replies: 3 comments 9 replies
-
Does thread safe version of hdf5 need to be used either with MPI or openMPI? Things were working before when I was using OpenMP, then I tried switching to MPI and that's when it stopped working, but then trying to revert back to using openMP or without parallelism it continued to not work. |
Beta Was this translation helpful? Give feedback.
-
You need to build a parallel HDF5 library: https://support.hdfgroup.org/HDF5/PHDF5/ |
Beta Was this translation helpful? Give feedback.
-
Thank you for helping resolve this issue. |
Beta Was this translation helpful? Give feedback.
-
I am trying to run a relatively simple spherical polar test case and I am hitting a segfault at the very beginning when athena writes the first output file. It appears to be happening in the hdf5 library but I am not 100% sure.
What verisons of hdf5 have been tested with athena++
I am getting a
double free or corruption (out)
It's possible its an error on my end. but it was working a few weeks ago for me without an issue.Beta Was this translation helpful? Give feedback.
All reactions