Sie befinden Sich nicht im Netzwerk der Universität Paderborn. Der Zugriff auf elektronische Ressourcen ist gegebenenfalls nur via VPN oder Shibboleth (DFN-AAI) möglich. mehr Informationen...
Ergebnis 13 von 87
SC18: International Conference for High Performance Computing, Networking, Storage and Analysis, 2018, p.731-742
2018

Details

Autor(en) / Beteiligte
Titel
iSpan: Parallel Identification of Strongly Connected Components with Spanning Trees
Ist Teil von
  • SC18: International Conference for High Performance Computing, Networking, Storage and Analysis, 2018, p.731-742
Ort / Verlag
IEEE
Erscheinungsjahr
2018
Link zum Volltext
Quelle
IEEE Xplore
Beschreibungen/Notizen
  • Detecting strongly connected components (SCCs) in a directed graph is crucial for understanding the structure of graphs. Most real-world graphs have one large SCC that contains the majority of the vertices, as well as many small SCCs whose sizes are reversely proportional to the frequency of their occurrences. For both types of SCCs, current approaches that rely on depth or breadth first search (DFS and BFS) face the challenges of both strict synchronization requirement and high computation cost. In this paper, we advocate a new paradigm of identifying SCCs with simple spanning trees, since SCC detection requires only the knowledge of connectivity among the vertices. We have developed a prototype called iSpan, which consists of parallel, relaxed synchronization construction of spanning trees for detecting the large and small SCCs, combined with fast trims for small SCCs. We further scale iSpan to distributed memory system by applying different distribution strategies to the data and task parallel jobs. The evaluations show that iSpan is able to significantly outperform current state-of-the-art DFS and BFS-based methods by average 18× and 4×, respectively.
Sprache
Englisch
Identifikatoren
DOI: 10.1109/SC.2018.00061
Titel-ID: cdi_ieee_primary_8665780

Weiterführende Literatur

Empfehlungen zum selben Thema automatisch vorgeschlagen von bX