Distributed-Memory Breadth-First Search on Massive GraphsDownload PDFOpen Website

Published: 2017, Last Modified: 12 May 2023CoRR 2017Readers: Everyone
Abstract: This chapter studies the problem of traversing large graphs using the breadth-first search order on distributed-memory supercomputers. We consider both the traditional level-synchronous top-down algorithm as well as the recently discovered direction optimizing algorithm. We analyze the performance and scalability trade-offs in using different local data structures such as CSR and DCSC, enabling in-node multithreading, and graph decompositions such as 1D and 2D decomposition.
0 Replies

Loading