Hello!
It is my understanding that compiling HDF5 with MPI is not currently supported, I was wondering if anyone has done this before and if there are any hints or tricks to getting it to work.
My first stab at things was just enabling parallel and disabling C++ in CMake. Compilation results in the following tests failing:
PERFORM_h5perf
TEST_PAR_testphdf5
TEST_PAR_t_mpi
TEST_PAR_t_cache
TEST_PAR_t_pflush1
TEST_PAR_t_pflush2
TEST_PAR_t_shapesame
Is there a way to fix these?
Thank you,
Joel