MPI_Neighbor_xxxxx Optimizations? #8305
Unanswered
drmichaelt7777
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if the MPI_Neighbor_xxxxx calls have received any special design and optimizations in OpenMPI 4.1.x+ for these patterns of communication.
Is UCX or UCC/HCOLL doing anything special in a more "intelligent" way to provide optimized neighborhood collectives? For instance, these could benefit from proximity awareness and intra- vs inter-node communications. However, even single node communications have hierarchical structure due to the increased number of num-domains, larger L3 caches and so on.
thanks
Michael
Beta Was this translation helpful? Give feedback.
All reactions