SNaC icon indicating copy to clipboard operation
SNaC copied to clipboard

leverage upcoming large counts support to avoid integer overflow in `MPI_Alltoallw`

Open p-costa opened this issue 2 years ago • 0 comments

This is a known issue of the MPI Standard, which has been fixed in the recent 4.0 Standard. When supported by the implementations, the send and recv count arrays should be of kindMPI_COUNT_KIND, and the corresponding and recv displacements of kind MPI_ADDRESS_KIND.

p-costa avatar Sep 14 '21 23:09 p-costa