Skip to content

Commit

Permalink
Updates a comment in H5mpi.c (#863)
Browse files Browse the repository at this point in the history
MPI_Type_struct() is an MPI-1 call we no longer use.
  • Loading branch information
derobins authored Jul 28, 2021
1 parent cfcdf21 commit 9bb1d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5mpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ H5_mpio_create_large_type(hsize_t num_elements, MPI_Aint stride_bytes, MPI_Datat
MPI_Type_get_extent(old_type, &unused_lb_arg, &old_extent);
}

/* Set up the arguments for MPI_Type_struct constructor */
/* Set up the arguments for MPI_Type_create_struct() */
type[0] = outer_type;
type[1] = leftover_type;
block_len[0] = 1;
Expand Down

0 comments on commit 9bb1d6d

Please sign in to comment.