Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace MPI_ibcast with MPI_Ibcast in comment block #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/daos_vol_dset.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ H5_daos_dset_fill_dcpl_cache(H5_daos_dset_t *dset)
/*-------------------------------------------------------------------------
* Function: H5_daos_fill_val_bcast_comp_cb
*
* Purpose: Complete callback for asynchronous MPI_ibcast for dataset
* Purpose: Complete callback for asynchronous MPI_Ibcast for dataset
* fill value.
*
* Return: Success: 0
Expand Down Expand Up @@ -1221,7 +1221,7 @@ H5_daos_dset_open_end(H5_daos_dset_t *dset, uint8_t *p, uint64_t type_buf_len, u
/*-------------------------------------------------------------------------
* Function: H5_daos_dset_open_bcast_comp_cb
*
* Purpose: Complete callback for asynchronous MPI_ibcast for dataset
* Purpose: Complete callback for asynchronous MPI_Ibcast for dataset
* opens (rank 0).
*
* Return: Success: 0
Expand Down Expand Up @@ -1329,7 +1329,7 @@ H5_daos_dset_open_bcast_comp_cb(tse_task_t *task, void H5VL_DAOS_UNUSED *args)
/*-------------------------------------------------------------------------
* Function: H5_daos_dset_open_recv_comp_cb
*
* Purpose: Complete callback for asynchronous MPI_ibcast for dataset
* Purpose: Complete callback for asynchronous MPI_Ibcast for dataset
* opens (rank 1+).
*
* Return: Success: 0
Expand Down