diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-08-28 15:14:10 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-08-28 15:14:10 (GMT) |
commit | 7857a59bf0909cf38d8795c9880365a0e1741bc4 (patch) | |
tree | 4e0927e5c23c277077aa556b8d7228ff99b501e1 /src/H5Ppublic.h | |
parent | e06bf9d263f46360e271569cd59a83786d80d7b6 (diff) | |
parent | fb8296371cf45654a9252ed01b635519205da3de (diff) | |
download | hdf5-7857a59bf0909cf38d8795c9880365a0e1741bc4.zip hdf5-7857a59bf0909cf38d8795c9880365a0e1741bc4.tar.gz hdf5-7857a59bf0909cf38d8795c9880365a0e1741bc4.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-bmr into develop
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 43e477a..9f26b8b 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -381,6 +381,8 @@ H5_DLL herr_t H5Pset_all_coll_metadata_ops(hid_t plist_id, hbool_t is_collective H5_DLL herr_t H5Pget_all_coll_metadata_ops(hid_t plist_id, hbool_t *is_collective); H5_DLL herr_t H5Pset_coll_metadata_write(hid_t plist_id, hbool_t is_collective); H5_DLL herr_t H5Pget_coll_metadata_write(hid_t plist_id, hbool_t *is_collective); +H5_DLL herr_t H5Pget_mpi_params(hid_t fapl_id, MPI_Comm *comm, MPI_Info *info); +H5_DLL herr_t H5Pset_mpi_params(hid_t fapl_id, MPI_Comm comm, MPI_Info info); #endif /* H5_HAVE_PARALLEL */ H5_DLL herr_t H5Pset_mdc_image_config(hid_t plist_id, H5AC_cache_image_config_t *config_ptr); H5_DLL herr_t H5Pget_mdc_image_config(hid_t plist_id, H5AC_cache_image_config_t *config_ptr /*out*/); |