diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-08-15 00:34:56 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-08-15 00:34:56 (GMT) |
commit | 6b8d369a0c8e3f317fd7c3b665254c75265ceba0 (patch) | |
tree | 7771ca616d493148457793926a17f71892e0489e /src/H5FDprivate.h | |
parent | 300372ce33ce22794f24301bc29008eb4ee2b661 (diff) | |
parent | bd8da502cf5b763433e3c628a4043a4264529cec (diff) | |
download | hdf5-6b8d369a0c8e3f317fd7c3b665254c75265ceba0.zip hdf5-6b8d369a0c8e3f317fd7c3b665254c75265ceba0.tar.gz hdf5-6b8d369a0c8e3f317fd7c3b665254c75265ceba0.tar.bz2 |
Merge pull request #1873 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Pset_fapl_mpi to develop
* commit 'bd8da502cf5b763433e3c628a4043a4264529cec':
Some refactoring prior to implementing new H5P MPI functions. * Macro cleanup and obvious warning fixes in parallel code. * Moved H5FD comm and info dup/free wrapper code to a new H5mpi.c file and separated it to deal with each MPI type separately.
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r-- | src/H5FDprivate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h index c79d676..0db66af 100644 --- a/src/H5FDprivate.h +++ b/src/H5FDprivate.h @@ -160,9 +160,6 @@ H5_DLL herr_t H5FD_set_paged_aggr(H5FD_t *file, hbool_t paged); /* General routines */ H5_DLL haddr_t H5FD_mpi_MPIOff_to_haddr(MPI_Offset mpi_off); H5_DLL herr_t H5FD_mpi_haddr_to_MPIOff(haddr_t addr, MPI_Offset *mpi_off/*out*/); -H5_DLL herr_t H5FD_mpi_comm_info_dup(MPI_Comm comm, MPI_Info info, - MPI_Comm *comm_new, MPI_Info *info_new); -H5_DLL herr_t H5FD_mpi_comm_info_free(MPI_Comm *comm, MPI_Info *info); #ifdef NOT_YET H5_DLL herr_t H5FD_mpio_wait_for_left_neighbor(H5FD_t *file); H5_DLL herr_t H5FD_mpio_signal_right_neighbor(H5FD_t *file); |