skip to main content
OSTI.GOV title logo U.S. Department of Energy
Office of Scientific and Technical Information

Title: Scalable All-pairs Shortest Paths for Huge Graphs on Multi-GPU Clusters

Conference ·
OSTI ID:1814306

We present an optimized Floyd-Warshall (Floyd-Warshall) algorithm that computes the All-pairs shortest path (APSP) for GPU accelerated clusters. The Floyd-Warshall algorithm due to its structural similarities to matrix-multiplication is well suited for highly parallel GPU architectures. To achieve high parallel efficiency, we address two key algorithmic challenges: reducing high communication overhead and addressing limited GPU memory. To reduce high communication costs, we redesign the parallel (a) to expose more parallelism, (b) aggressively overlap communication and computation with pipelined and asynchronous scheduling of operations, and (c) tailored MPI-collective. To cope with limited GPU memory, we employ an offload model, where the data resides on the host and is transferred to GPU on-demand. The proposed optimizations are supported with detailed performance models for tuning. Our optimized parallel Floyd-Warshall implementation is up to 5x faster than a strong baseline and achieves 8.1 PetaFLOPS/sec on 256~nodes of the Summit supercomputer at Oak Ridge National Laboratory. This performance represents 70% of the theoretical peak and 80% parallel efficiency. The offload algorithm can handle 2.5x larger graphs with a 20% increase in overall running time.

Research Organization:
Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States)
Sponsoring Organization:
USDOE Office of Science (SC), Advanced Scientific Computing Research (ASCR)
DOE Contract Number:
AC05-00OR22725
OSTI ID:
1814306
Resource Relation:
Conference: 30th International Symposium on High-Performance Parallel and Distributed Computing (HPDC '21) - Stockholm, , Sweden - 6/21/2021 4:00:00 AM-6/24/2021 4:00:00 AM
Country of Publication:
United States
Language:
English

Similar Records

Scalable Knowledge Graph Analytics at 136 Petaflop/s
Conference · Sun Nov 01 00:00:00 EDT 2020 · OSTI ID:1814306

A supernodal all-pairs shortest path algorithm
Conference · Sat Feb 01 00:00:00 EST 2020 · OSTI ID:1814306

Scalable molecular dynamics with NAMD on the Summit system
Journal Article · Thu Nov 01 00:00:00 EDT 2018 · IBM Journal of Research and Development · OSTI ID:1814306

Related Subjects