diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2019-01-06 04:31:42 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-01-07 22:55:59 (GMT) |
commit | fed17ed3838d2cf73f8848c9d340a9139c0c02dc (patch) | |
tree | 32ff8b32b33a2947c27cbff5a05baee35c23d58b /src/H5Pdxpl.c | |
parent | 5dfe00629588a54dbfb6f2d09dfbd88177e37cc2 (diff) | |
download | hdf5-fed17ed3838d2cf73f8848c9d340a9139c0c02dc.zip hdf5-fed17ed3838d2cf73f8848c9d340a9139c0c02dc.tar.gz hdf5-fed17ed3838d2cf73f8848c9d340a9139c0c02dc.tar.bz2 |
HDFFV-10625 -- Implemented a process-0 read and then broadcast for collective read of full (HS_ALL), contiguous, atomic datasets by all the processes in the file communicator.
Diffstat (limited to 'src/H5Pdxpl.c')
-rw-r--r-- | src/H5Pdxpl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Pdxpl.c b/src/H5Pdxpl.c index bfc1d93..8338d84 100644 --- a/src/H5Pdxpl.c +++ b/src/H5Pdxpl.c @@ -2017,6 +2017,7 @@ done: FUNC_LEAVE_API(ret_value) } /* end H5Pget_mpio_actual_io_mode() */ + /*------------------------------------------------------------------------- * Function: H5Pget_mpio_no_collective_cause * @@ -2053,8 +2054,6 @@ H5Pget_mpio_no_collective_cause(hid_t plist_id, uint32_t *local_no_collective_ca done: FUNC_LEAVE_API(ret_value) } /* end H5Pget_mpio_no_collective_cause() */ - - #endif /* H5_HAVE_PARALLEL */ |