Skip to content

Commit

Permalink
Replace MPI_ibcast with MPI_Ibcast in comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Aug 25, 2023
1 parent d9b8b03 commit b88a605
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit b88a605

Please sign in to comment.