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

Feature/my num nodes plugin #552

Closed lukashuebner closed 10 months ago

lukashuebner commented 10 months ago

Depends on #540

Hespian commented 10 months ago

Maybe this was discussed in a meeting, why do we want this?

lukashuebner commented 10 months ago

Maybe this was discussed in a meeting, why do we want this?

We want this to demonstrate how to write a plugin. We ultimately decided against implementing the Sparse-alltoall because it's already quite complex, and we rather want two simle(r) examples than one very complex one.