- H5FD_MPIO
auto H5FD_MPIO()
#ifdef H5_HAVE_PARALLEL
# define H5FD_MPIO (H5FD_mpio_init())
#else
# define H5FD_MPIO (-1)
#endif /* H5_HAVE_PARALLEL */
- H5FD_mpio_init
hid_t H5FD_mpio_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5FD_mpio_term
void H5FD_mpio_term()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_dxpl_mpio
herr_t H5Pget_dxpl_mpio(hid_t dxpl_id, H5FD_mpio_xfer_t* xfer_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pget_fapl_mpio
herr_t H5Pget_fapl_mpio(hid_t fapl_id, MPI_Comm* comm, MPI_Info* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio
herr_t H5Pset_dxpl_mpio(hid_t dxpl_id, H5FD_mpio_xfer_t xfer_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio_chunk_opt
herr_t H5Pset_dxpl_mpio_chunk_opt(hid_t dxpl_id, H5FD_mpio_chunk_opt_t opt_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio_chunk_opt_num
herr_t H5Pset_dxpl_mpio_chunk_opt_num(hid_t dxpl_id, uint num_chunk_per_proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio_chunk_opt_ratio
herr_t H5Pset_dxpl_mpio_chunk_opt_ratio(hid_t dxpl_id, uint percent_num_proc_per_chunk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_dxpl_mpio_collective_opt
herr_t H5Pset_dxpl_mpio_collective_opt(hid_t dxpl_id, H5FD_mpio_collective_opt_t opt_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Pset_fapl_mpio
herr_t H5Pset_fapl_mpio(hid_t fapl_id, MPI_Comm comm, MPI_Info info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.