From a6fe79251b67ec7726a7015be54033c9c98fa92d Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sun, 6 Jan 2019 17:45:13 -0600 Subject: Correct misplaced line from git merge. --- src/H5FDmpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 201fa74..3ab90aa 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -1320,7 +1320,6 @@ done: * effect the transfer. * * Reading past the end of the MPI file returns zeros instead of - hbool_t rank0_bcast = FALSE; /* If read-with-rank0-and-bcast flag was used */ * failing. MPI is able to coalesce requests from different * processes (collective or independent). * @@ -1355,6 +1354,7 @@ H5FD__mpio_read(H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type, int n; #endif hbool_t use_view_this_time = FALSE; + hbool_t rank0_bcast = FALSE; /* If read-with-rank0-and-bcast flag was used */ herr_t ret_value = SUCCEED; FUNC_ENTER_STATIC -- cgit v0.12