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
Replace dense MPI_Alltoallv + O(needed*P) rank scan with MPI_Neighbor_alltoallv over a pre-built neighbor communicator ([IBWG2015]); fall back to point-to-point for very sparse cases. Perf, not correctness.
Replace dense MPI_Alltoallv + O(needed*P) rank scan with MPI_Neighbor_alltoallv over a pre-built neighbor communicator ([IBWG2015]); fall back to point-to-point for very sparse cases. Perf, not correctness.