![]() |
HDF5
1.12.0
|
Functions | |
| int | H5FD_mpi_get_rank (const H5FD_t *file) |
| int | H5FD_mpi_get_size (const H5FD_t *file) |
| MPI_Comm | H5FD_mpi_get_comm (const H5FD_t *file) |
| herr_t | H5FD_get_mpi_info (H5FD_t *file, void **mpi_info) |
| haddr_t | H5FD_mpi_MPIOff_to_haddr (MPI_Offset mpi_off) |
| herr_t | H5FD_mpi_haddr_to_MPIOff (haddr_t addr, MPI_Offset *mpi_off) |
| herr_t | H5FD_mpio_wait_for_left_neighbor (H5FD_t *_file) |
| herr_t | H5FD_mpio_signal_right_neighbor (H5FD_t *_file) |
References H5FD_t::cls, FAIL, FUNC_LEAVE_NOAPI(), H5FD_class_mpi_t::get_mpi_info, HDassert(), and ret_value.
Referenced by H5F_get_mpi_info().
| MPI_Comm H5FD_mpi_get_comm | ( | const H5FD_t * | file | ) |
References H5FD_t::cls, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_class_mpi_t::get_comm, HDassert(), and ret_value.
Referenced by H5F_mpi_get_comm().
| int H5FD_mpi_get_rank | ( | const H5FD_t * | file | ) |
References H5FD_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_class_mpi_t::get_rank, HDassert(), and ret_value.
Referenced by H5F_mpi_get_rank().
| int H5FD_mpi_get_size | ( | const H5FD_t * | file | ) |
References H5FD_t::cls, FAIL, FUNC_ENTER_NOAPI(), FUNC_LEAVE_NOAPI(), H5FD_class_mpi_t::get_size, HDassert(), and ret_value.
Referenced by H5F_mpi_get_size(), and H5F_shared_mpi_get_size().
References addr, FAIL, FUNC_LEAVE_NOAPI(), HDassert(), and ret_value.
| haddr_t H5FD_mpi_MPIOff_to_haddr | ( | MPI_Offset | mpi_off | ) |
References FUNC_LEAVE_NOAPI(), and ret_value.