Skip to main content
U.S. Department of Energy
Office of Scientific and Technical Information

TriC: Distributed-memory Triangle Counting by Exploiting the Graph Structure

Conference ·
OSTI ID:1763312

Graph analytics has emerged as an important tool in the analysis of large scale data from diverse application domains such as social networks, cyber security and bioinformatics. Counting the number of triangles in a graph is a fundamental kernel with several applications such as detecting the community structure of a graph or in identifying important vertices in a graph. The ubiquity of massive datasets is driving the need to scale graph analytics on parallel systems. However, numerous challenges exist in efficiently parallelizing graph algorithms, especially on distributed-memory systems. Irregular memory accesses and communication patterns, low computation to communication ratios, and the need for frequent synchronization are some of the leading challenges. In this paper, we present TriC, our distributed-memory implementation of triangle counting in graphs using the Message Passing Interface (MPI), as a submission to the 2020 GraphChallenge competition. Using a set of synthetic and real-world inputs from the challenge, we demonstrate a speedup of up to 90x relative to previous work on 32 processor-cores of a NERSC Cori node. We also provide details from distributed runs with up to8192 processes along with strong scaling results. The observations presented in this work provide an understanding of the system-level bottlenecks at scale that specifically impact sparse-irregular workloads and will therefore benefit other efforts to parallelize graph algorithms.

Research Organization:
Pacific Northwest National Laboratory (PNNL), Richland, WA (United States)
Sponsoring Organization:
USDOE
DOE Contract Number:
AC05-76RL01830
OSTI ID:
1763312
Report Number(s):
PNNL-SA-154840
Country of Publication:
United States
Language:
English

Similar Records

Improved Distributed-memory Triangle Counting by Exploiting the Graph Structure
Conference · Tue Nov 01 00:00:00 EDT 2022 · OSTI ID:1900146

Exploring MPI Communication Models for Graph Applications Using Graph Matching as a Case Study
Conference · Mon Sep 02 00:00:00 EDT 2019 · OSTI ID:1572673

Trust: Triangle Counting Reloaded on GPUs
Journal Article · Mon Mar 08 23:00:00 EST 2021 · IEEE Transactions on Parallel and Distributed Systems · OSTI ID:1805277

Related Subjects