mpi icon indicating copy to clipboard operation
mpi copied to clipboard

Consider augmenting mpi::status with user data.

Open acdemiralp opened this issue 2 years ago • 0 comments

Consider augmenting mpi::status with additional metadata such as the mpi::data_type of the call that results in the mpi::status. This would enable e.g. calling status.count(const mpi::data_type&) without passing a data type.

acdemiralp avatar Oct 20 '23 16:10 acdemiralp