English

Engineering Massively Parallel MST Algorithms

Distributed, Parallel, and Cluster Computing 2023-12-11 v2

Abstract

We develop and extensively evaluate highly scalable distributed-memory algorithms for computing minimum spanning trees (MSTs). At the heart of our solutions is a scalable variant of Boruvka's algorithm. For partitioned graphs with many local edges, we improve this with an effective form of contracting local parts of the graph during a preprocessing step. We also adapt the filtering concept of the best practical sequential algorithm to develop a massively parallel Filter-Boruvka algorithm that is very useful for graphs with poor locality and high average degree. Our experiments indicate that our algorithms scale well up to at least 65 536 cores and are up to 800 times faster than previous distributed MST algorithms.

Keywords

Cite

@article{arxiv.2302.12199,
  title  = {Engineering Massively Parallel MST Algorithms},
  author = {Peter Sanders and Matthias Schimek},
  journal= {arXiv preprint arXiv:2302.12199},
  year   = {2023}
}

Comments

12 pages, 6 figures