hpc-io / h5bench

A benchmark suite for measuring HDF5 performance.
https://h5bench.readthedocs.io
Other
38 stars 27 forks source link

Update structure for tests #57

Closed jeanbez closed 2 years ago

jeanbez commented 2 years ago

Include cmake tests as required for E4S Spack integration and as requested by issue #53. The structure of the repository changed a bit to accommodate the Python wrapper for test.

houjun commented 2 years ago

I tried a few read/write patterns and they work on Cori. One suggestion is that with the default h5bench build, it is probably better to use MPI_Init() instead of MPI_Init_thread(), which should only be used when async is enabled.