/
HDF5 Parallel Test Suite
HDF5 Parallel Test Suite
The HDF5 library is located on bitbucket. But the parallel test suite will not all pass since there is some unsupported functionality used by HDF5:
- atomicity
- POSIX and MPI-IO access of the same file
- reading empty data expecting 0s (default fill-value)
Those changes can be obtained from
git clone https://github.com/mchaarawi/hdf5
Which is a clone of HDF5 develop branch with the above changes.
Build:
After configure and building MPICH (see directions here):
- git clone https://github.com/mchaarawi/hdf5
- cd hdf5
- ./autogen.sh
- mkdir build; cd build
../configure --enable-parallel --prefix=dir
make -j8 install
Run:
Launch server(s)
Using all the directions from this page for client side execution:
- create pool with dmg and export related env variables
export HDF5_PARAPREFIX=daos:
mpirun -np 8 --hostfile ~/cli_hosts ./testphdf5
mpirun -np 8 --hostfile ~/cli_hosts ./t_shapesame
Status:
Passing / Should Pass all tests
, multiple selections available,
Related content
LLNL Test Suite
LLNL Test Suite
More like this
MACSio
MACSio
More like this
IOR - with MPIIO
IOR - with MPIIO
More like this
DAOS on Frontera
DAOS on Frontera
More like this
HDF5 VOL Connector
HDF5 VOL Connector
More like this
mpi4py
mpi4py
More like this