diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2019-01-06 23:45:13 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-01-07 22:09:22 (GMT) |
commit | a6fe79251b67ec7726a7015be54033c9c98fa92d (patch) | |
tree | 90da2ef4bbe87eae07c5d12d11f8156f31a6c4c3 | |
parent | 8001a4c1c4202a37553979521983025353f63bb3 (diff) | |
download | hdf5-a6fe79251b67ec7726a7015be54033c9c98fa92d.zip hdf5-a6fe79251b67ec7726a7015be54033c9c98fa92d.tar.gz hdf5-a6fe79251b67ec7726a7015be54033c9c98fa92d.tar.bz2 |
Correct misplaced line from git merge.
-rw-r--r-- | src/H5FDmpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |