2017
DOI: 10.1007/s41019-016-0024-y
|View full text |Cite
|
Sign up to set email alerts
|

Efficient Breadth-First Search on Massively Parallel and Distributed-Memory Machines

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
8
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
5
3
2

Relationship

3
7

Authors

Journals

citations
Cited by 26 publications
(8 citation statements)
references
References 16 publications
0
8
0
Order By: Relevance
“…There are two directions to improve our proposal. On one hand, the further speed-up technique will be established for coping with exascale graphs [46]. On the other hand, the extension to more complicated graph structures, such as dynamic graphs [21], and hypergraphs [22], will be investigated.…”
Section: Discussionmentioning
confidence: 99%
“…There are two directions to improve our proposal. On one hand, the further speed-up technique will be established for coping with exascale graphs [46]. On the other hand, the extension to more complicated graph structures, such as dynamic graphs [21], and hypergraphs [22], will be investigated.…”
Section: Discussionmentioning
confidence: 99%
“…Our technique of hiding or masking portions of A and the input vector could benefit new algebraic graph libraries that already feature masked sparse linear algebra operations [7,10,24,25], specifically for SpMmSpV. Since our method uses progressively smaller submatrices of A each step, it could prove useful in lowering the communication cost in distributed computing methods that bitmap and distribute partitions of the adjacency matrix [21]. Next we'll demonstrate how to easily integrate our method in the popular CSR format which is used in many sparse matrix libraries [12,15,22].…”
Section: J)mentioning
confidence: 99%
“…RCM repeatedly marks all adjacent nodes of the current vertex, as shown in Algorithm 1. It is essentially a breadthfirst-search (BFS) algorithm, makes the tree deep enough to reduce the number of nodes in each layer in a disguised way, so as to reduce the bandwidth of the matrix [30], [31]. It is based on the CM method to sort the nodes in reverse order and take the smaller of the sum of the column heights in the positive order and the reverse order.…”
Section: ) Definitions and Notationsmentioning
confidence: 99%