Fix parallel consistency error in t_chunk_alloc by adding anMPI_Barrier() after H5Dopen(). Previously one rank could race ahead and
change the dataset extent before other finished opening the dataset,
causing some of the ranks to not participate in H5Dset_extent().
Add parallel async tests for attribute, group and link interfacesAdd parallel async test for H5Ocopy_async/H5Orefresh_async
Add parallel async test for H5Freopen_async
Add option to create_mpi_fapl to specify collective metadata read mode
Merge pull request #34 in HDF5VOL/vol-tests from ~JSOUMAGNE/vol-tests:asan_fixes to master* commit '8445e5c7fb3d51cb95c876cf96f9a6050486e4fa':
CMake: add missing ubsan and asan checks for driver
Merge pull request #33 in HDF5VOL/vol-tests from ~JSOUMAGNE/vol-tests:init_fixes to master* commit 'c09876d30c5ed294565e192f95865cfcaea83d1b':
test driver: add H5VL_TEST_CLIENT_HELPER_START_MSG to wait for helper to start
Merge pull request #32 in HDF5VOL/vol-tests from der_minor_tools_fixes to master* commit '06a4dd5063cc2077f819d68f478c6e2a7eac8c63':
Minor tweaks to tools tests
test driver: add H5VL_TEST_CLIENT_HELPER_START_MSG to wait for helper to startadd support for init tokens
H5VL_TEST_CLIENT_INIT_TOKEN_REGEX and H5VL_TEST_CLIENT_INIT_TOKEN_VAR can be used
to setup regular expression to find token expression from init program and set
appropriate client env vars.