diff options
author | Jordan Henderson <jhenderson@hdfgroup.org> | 2019-01-25 21:32:51 (GMT) |
---|---|---|
committer | Jordan Henderson <jhenderson@hdfgroup.org> | 2019-02-12 00:31:23 (GMT) |
commit | 65a820ae8981a84fe7fbac87c48482e9f82b35f4 (patch) | |
tree | 9635dda26035ed3bd9b3531f4b552fb05b44127f /src/H5Z.c | |
parent | dfaf51fda44621fa4c8136575fa6a2a26c9b08cc (diff) | |
download | hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.zip hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.tar.gz hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.tar.bz2 |
Fix some collective metadata read issues
Diffstat (limited to 'src/H5Z.c')
-rw-r--r-- | src/H5Z.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -611,7 +611,7 @@ H5Z__flush_file_cb(void *obj_ptr, hid_t H5_ATTR_UNUSED obj_id, void *key) /* Sanity check for collectively calling H5Zunregister, if requested */ /* (Sanity check assumes that a barrier on one file's comm * is sufficient (i.e. that there aren't different comms for - * different files). -QAK, 2018/02/14 + * different files). -QAK, 2018/02/14) */ if(H5_coll_api_sanity_check_g && !object->sanity_checked) { MPI_Comm mpi_comm; /* File's communicator */ |