kamping-site / kamping

KaMPIng: (Near) zero-overhead MPI wrapper for modern C++
https://kamping-site.github.io/kamping/
GNU Lesser General Public License v3.0
24 stars 0 forks source link

add send/recv counts to alltoall #563

Closed mschimek closed 10 months ago

mschimek commented 10 months ago

Add the possibility to give send and recv count for our MPI_Alltoall wrapper. This will be needed to support custom send/recv types.