summaryrefslogtreecommitdiffstats
path: root/src/H5Cimage.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-01-25 21:32:51 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2019-02-12 00:31:23 (GMT)
commit65a820ae8981a84fe7fbac87c48482e9f82b35f4 (patch)
tree9635dda26035ed3bd9b3531f4b552fb05b44127f /src/H5Cimage.c
parentdfaf51fda44621fa4c8136575fa6a2a26c9b08cc (diff)
downloadhdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.zip
hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.tar.gz
hdf5-65a820ae8981a84fe7fbac87c48482e9f82b35f4.tar.bz2
Fix some collective metadata read issues
Diffstat (limited to 'src/H5Cimage.c')
-rw-r--r--src/H5Cimage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Cimage.c b/src/H5Cimage.c
index bdab1a3..4684630 100644
--- a/src/H5Cimage.c
+++ b/src/H5Cimage.c
@@ -1065,9 +1065,9 @@ H5C__read_cache_image(H5F_t *f, H5C_t *cache_ptr)
H5C__UPDATE_STATS_FOR_CACHE_IMAGE_READ(cache_ptr)
#ifdef H5_HAVE_PARALLEL
- if ( aux_ptr ) {
+ if ( aux_ptr ) {
- /* Broadcast cache image */
+ /* Broadcast cache image */
if ( MPI_SUCCESS !=
(mpi_result = MPI_Bcast(cache_ptr->image_buffer,
(int)cache_ptr->image_len, MPI_BYTE,