summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-03 15:47:01 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-03 15:47:01 (GMT)
commit40c55f24ecbdd322fba527d768689fbdbd268374 (patch)
tree74f763bc31b60f5349d389d3a3a6351e4db9092c /src
parent9c6744778e31307b458750e375d331c99b05fa1c (diff)
downloadhdf5-40c55f24ecbdd322fba527d768689fbdbd268374.zip
hdf5-40c55f24ecbdd322fba527d768689fbdbd268374.tar.gz
hdf5-40c55f24ecbdd322fba527d768689fbdbd268374.tar.bz2
Removed a comment.
Diffstat (limited to 'src')
-rw-r--r--src/H5Dchunk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c
index c1ade91..b5a5c39 100644
--- a/src/H5Dchunk.c
+++ b/src/H5Dchunk.c
@@ -4641,7 +4641,6 @@ H5D__chunk_collective_fill(const H5D_t *dset, H5D_chunk_coll_info_t *chunk_info,
/* Distribute evenly the number of blocks between processes. */
if(mpi_size == 0)
HGOTO_ERROR(H5E_DATASET, H5E_BADVALUE, FAIL, "Resulted in division by zero")
-/* BMR: I don't know whether mpi_size = 0 is a valid value, please advise */
num_blocks = chunk_info->num_io / mpi_size; /* value should be the same on all procs */
/* after evenly distributing the blocks between processes, are