vol-async
vol-async copied to clipboard
Asynchronous I/O for HDF5
I am using the develop branch of vol-async 73a870d to test E3SM-IO benchmark. One of the tests failed. The failed command runs on 1 MPI process, but the same command...
I am testing E3SM-IO benchmark by stacking the Log VOL on top of Async VOL using release of 1.7 and it crashed the test. I think #34 fixed the bug....
As I'm developing the FORTRAN async tests in HDF5, I'm seeing an issue with H5Aopen_async_f (backtrace below) Sometimes the test fails and sometimes it does not. I'm running on 6...
For the serial tests (test/API in HDF5), only **h5_api_test_attribute** fails with: ``` 1: Testing shared datatype for attributes *FAILED* 1: reference count of the named datatype is wrong: 1 ```...
I'd like to know if vol-async can be used with another HDF5_PLUGIN_PATH, such as filters of HDF5 together. For example, I create a H5P and set_chunk and set_deflate, then use...