Many emerging large-scale data science applications require searching large graphs distributed across multiple memories and processors. This paper presents a distributed breadth-first search (BFS) scheme that scales for random graphs with up to three billion vertices and 30 billion edges. Scalability was tested on IBM BlueGene/L with 32,768 nodes at the Lawrence Livermore National Laboratory. Scalability was obtained through a series of optimizations, in particular, those that ensure scalable use of memory. We use 2D (edge) partitioning of the graph instead of conventional 1D (vertex) partitioning to reduce communication overhead. For Poisson random graphs, we show that the expected size of the messages is scalable for both 2D and 1D partit...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
Abstract—Processing large graphs is becoming increasingly important for many domains such as social ...
With the increasing processing power of multicore computers, parallel graph search (or graph travers...
Many emerging large-scale data science applications require searching large graphs dis-tributed acro...
Data-intensive, graph-based computations are pervasive in several scientific applications, and are k...
Abstract—We present techniques to process large scale-free graphs in distributed memory. Our aim is ...
Efficiently storing and processing massive graph data sets is a challenging problem as researchers ...
This chapter studies the problem of traversing large graphs using the breadth-first search order on ...
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Graph abstractions are extensively used to understand and solve challenging computational problems i...
pre-printFast, scalable, low-cost, and low-power execution of parallel graph algorithms is important...
On a GPU cluster, the ratio of high computing power to communication bandwidth makes scaling breadth...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
Gao, Guang R.Analysis of massive graphs has emerged as an important area for massively parallel comp...
There is growing interest in studying large scale graphs having millions of vertices and billions of...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
Abstract—Processing large graphs is becoming increasingly important for many domains such as social ...
With the increasing processing power of multicore computers, parallel graph search (or graph travers...
Many emerging large-scale data science applications require searching large graphs dis-tributed acro...
Data-intensive, graph-based computations are pervasive in several scientific applications, and are k...
Abstract—We present techniques to process large scale-free graphs in distributed memory. Our aim is ...
Efficiently storing and processing massive graph data sets is a challenging problem as researchers ...
This chapter studies the problem of traversing large graphs using the breadth-first search order on ...
In this chapter, we study the problem of traversing large graphs. A traversal, a systematic method o...
Graph abstractions are extensively used to understand and solve challenging computational problems i...
pre-printFast, scalable, low-cost, and low-power execution of parallel graph algorithms is important...
On a GPU cluster, the ratio of high computing power to communication bandwidth makes scaling breadth...
9th Implementation Challenge of DIMACS, the Center for Discrete Mathematics and Theoretical Computer...
Gao, Guang R.Analysis of massive graphs has emerged as an important area for massively parallel comp...
There is growing interest in studying large scale graphs having millions of vertices and billions of...
Breadth first search (BFS) traversal on massive graphs in external memory was considered non-viable ...
Abstract—Processing large graphs is becoming increasingly important for many domains such as social ...
With the increasing processing power of multicore computers, parallel graph search (or graph travers...