English

Communication Reducing Algorithms for Distributed Hierarchical N-Body Problems with Boundary Distributions

Distributed, Parallel, and Cluster Computing 2017-02-20 v1

Abstract

Reduction of communication and efficient partitioning are key issues for achieving scalability in hierarchical NN-Body algorithms like FMM. In the present work, we propose four independent strategies to improve partitioning and reduce communication. First of all, we show that the conventional wisdom of using space-filling curve partitioning may not work well for boundary integral problems, which constitute about 50% of FMM's application user base. We propose an alternative method which modifies orthogonal recursive bisection to solve the cell-partition misalignment that has kept it from scaling previously. Secondly, we optimize the granularity of communication to find the optimal balance between a bulk-synchronous collective communication of the local essential tree and an RDMA per task per cell. Finally, we take the dynamic sparse data exchange proposed by Hoefler et al. and extend it to a hierarchical sparse data exchange, which is demonstrated at scale to be faster than the MPI library's MPI_Alltoallv that is commonly used.

Keywords

Cite

@article{arxiv.1702.05459,
  title  = {Communication Reducing Algorithms for Distributed Hierarchical N-Body Problems with Boundary Distributions},
  author = {Mustafa Abduljabbar and George Markomanolis and Huda Ibeid and Rio Yokota and David Keyes},
  journal= {arXiv preprint arXiv:1702.05459},
  year   = {2017}
}

Comments

arXiv admin note: text overlap with arXiv:1405.7487

R2 v1 2026-06-22T18:21:32.532Z