Commits
Neil Fortner committed 68c2b428830
Fix parallel consistency error in t_chunk_alloc by adding an MPI_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().