DocumentCode
2800814
Title
A Parallel Algorithm for Computing Betweenness Centrality
Author
Tan, Guangming ; Tu, Dengbiao ; Sun, Ninghui
Author_Institution
Key Lab. of Comput. Syst. & Archit., Chinese Acad. of Sci., Beijing, China
fYear
2009
fDate
22-25 Sept. 2009
Firstpage
340
Lastpage
347
Abstract
In this paper we present a multi-grained parallel algorithm for computing betweenness centrality, which is extensively used in large-scale network analysis. Our method is based on a novel algorithmic handling of access conflicts for a CREW PRAM algorithm. We propose a proper data-processor mapping, a novel edge-numbering strategy and a new triple array data structure recording the shortest path for eliminating conflicts to access the shared memory. The algorithm requires O(n+m) space and O((nm)/p) ( or O((nm+n2logn)/p)) time for unweighted (or weighted) graphs, and it is a work-optimal CREW PRAM algorithm. On current multi-core platforms, our algorithm outperforms the previous algorithm by 2-3 times.
Keywords
computational complexity; data structures; parallel algorithms; CREW PRAM algorithm; betweenness centrality; data-processor mapping; edge-numbering strategy; large-scale network analysis; multi-grained parallel algorithm; triple array data structure; Algorithm design and analysis; Complex networks; Computer networks; Concurrent computing; Fungi; Large-scale systems; Parallel algorithms; Parallel processing; Phase change random access memory; Proteins; CREW; betweenness centrality; multi-core algorithm; multi-grained parallelism;
fLanguage
English
Publisher
ieee
Conference_Titel
Parallel Processing, 2009. ICPP '09. International Conference on
Conference_Location
Vienna
ISSN
0190-3918
Print_ISBN
978-1-4244-4961-3
Electronic_ISBN
0190-3918
Type
conf
DOI
10.1109/ICPP.2009.53
Filename
5362388
Link To Document