You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
coll/han: Implement MPI_Alltoallv in han using SMSC and XPMEM
Extension of the previous han MPI_Alltoall algorithm, this change adds
MPI_Alltoallv to han for a hierarchy-aware algorithm which uses XPMEM
via the SMSC module in order to directly read data from ranks on the
same host.
The provides significant speed-up over the basic implementation when
small messages are used, as many messages can be coalesced and packed
into fewer sends.
Introduces MCA parameters:
- coll_han_alltoallv_smsc_avg_send_limit
- coll_han_alltoallv_smsc_noncontig_limit
Signed-off-by: Luke Robison <[email protected]>
0 commit comments