DocumentCode
2719404
Title
Multicore triangle computations without tuning
Author
Shun, Julian ; Tangwongsan, Kanat
Author_Institution
Comput. Sci. Dept., Carnegie Mellon Univ., Pittsburgh, PA, USA
fYear
2015
fDate
13-17 April 2015
Firstpage
149
Lastpage
160
Abstract
Triangle counting and enumeration has emerged as a basic tool in large-scale network analysis, fueling the development of algorithms that scale to massive graphs. Most of the existing algorithms, however, are designed for the distributed-memory setting or the external-memory setting, and cannot take full advantage of a multicore machine, whose capacity has grown to accommodate even the largest of real-world graphs. This paper describes the design and implementation of simple and fast multicore parallel algorithms for exact, as well as approximate, triangle counting and other triangle computations that scale to billions of nodes and edges. Our algorithms are provably cache-friendly, easy to implement in a language that supports dynamic parallelism, such as Cilk Plus or OpenMP, and do not require parameter tuning. On a 40-core machine with two-way hyper-threading, our parallel exact global and local triangle counting algorithms obtain speedups of 17-50x on a set of real-world and synthetic graphs, and are faster than previous parallel exact triangle counting algorithms. We can compute the exact triangle count of the Yahoo Web graph (over 6 billion edges) in under 1.5 minutes. In addition, for approximate triangle counting, we are able to approximate the count for the Yahoo graph to within 99.6% accuracy in under 10 seconds, and for a given accuracy we are much faster than existing parallel approximate triangle counting implementations.
Keywords
graph theory; multi-threading; multiprocessing systems; parallel algorithms; search engines; Cilk Plus; OpenMP; Yahoo Web graph; cache-friendly algorithms; distributed-memory system; dynamic parallelism; external-memory system; large-scale network analysis; massive graph scaling; multicore parallel algorithms; multicore triangle computations; parallel approximate triangle counting implementations; parallel exact global triangle counting algorithms; parallel exact local triangle counting algorithms; real-world graphs; synthetic graphs; triangle enumeration; two-way hyper-threading; Algorithm design and analysis; Approximation algorithms; Arrays; Complexity theory; Heuristic algorithms; Instruction sets; Multicore processing;
fLanguage
English
Publisher
ieee
Conference_Titel
Data Engineering (ICDE), 2015 IEEE 31st International Conference on
Conference_Location
Seoul
Type
conf
DOI
10.1109/ICDE.2015.7113280
Filename
7113280
Link To Document