Closed
Description
Background information
What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
main developer branch
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
regular ./configure flags
Please describe the system on which you are running
- Operating system/version: Linux
- Computer hardware: irrelevant
- Network type: irrelevant
Details of the problem
Open MPI main is failing an hdf5 test that is testing Info object handling. The test has been verified to pass on 5.0.3, so its really main that is effected.
testing -- fapl_mpio duplicate (mpiodup)
Proc 3: *** Parallel ERROR ***
VRFY (new and old nkeys equal) failed at line 104 in t_ph5basic.c
The error is triggered by an unexpected value returned by MPI_Info_get_nkeys
The test has been confirmed to fail with hdf5-1.14.2 and hdf5-1.14.4.3.
To reproduce the error:
- compile Open MPI main branch
- compile hdf5 with
- ./configure --enable-parallel --prefix=<choose_your_location>
- make -j
- make install
- run the testphdf5
- cd testpar
- mpirun -np 4 ./testphdf5