Ask a Question

Prefer a chat interface with context about you and your work?

Parallel breadth-first search on distributed memory systems

Parallel breadth-first search on distributed memory systems

Data-intensive, graph-based computations are pervasive in several scientific applications, and are known to to be quite challenging to implement on distributed memory systems. In this work, we explore the design space of parallel algorithms for Breadth-First Search (BFS), a key subroutine in several graph algorithms. We present two highly-tuned parallel …