...
- atomicity
- POSIX and MPI-IO access of the same file
- reading empty data expecting 0s (default fill-value)
There are other changes required in the library basically to sync with timestamps instead of barriers when one rank is expected to read what another rank wrote.
Those changes can be obtained fromĀ
...
- create pool with dmg and export related env variables
export HDF5_PARAPREFIX=daos:
mpirun -np 6 8 --hostfile ~/cli_hosts ./testphdf5
mpirun -np 6 8 --hostfile ~/cli_hosts ./t_shapesame
...