Zdroj: |
Koohi Esfahani, M, Kilpatrick, P & Vandierendonck, H 2022, MASTIFF: structure-aware minimum spanning tree/forest . in Proceedings of the 36th ACM International Conference on Supercomputing, ICS 2022 ., 9, ACM International Conference on Supercomputing: Proceedings, Association for Computing Machinery, 36th ACM International Conference on Supercomputing, virtual, online, 28/06/2022 . https://doi.org/10.1145/3524059.3532365 |
Popis: |
The Minimum Spanning Forest (MSF) problem finds usage in many different applications. While theoretical analysis shows that linear-time solutions exist, in practice, parallel MSF algorithms remain computationally demanding due to the continuously increasing size of data sets.In this paper, we study the MSF algorithm from the perspective of graph structure and investigate the implications of the power-law degree distribution of real-world graphs on this algorithm.We introduce the MASTIFF algorithm as a structure-aware MSF algorithm that optimizes work efficiency by (1) dynamically tracking the largest forest component of each graph component and exempting them from processing, and (2) by avoiding topology-related operations such as relabeling and merging neighbour lists.The evaluations on 2 different processor architectures with up to 128 cores and on graphs of up to 124 billion edges, shows that Mastiff is 3.4--5.9X faster than previous works. |