English

Parallel Delta-Stepping Algorithm for Shared Memory Architectures

Distributed, Parallel, and Cluster Computing 2017-02-21 v2

Abstract

We present a shared memory implementation of a parallel algorithm, called delta-stepping, for solving the single source shortest path problem for directed and undirected graphs. In order to reduce synchronization costs we make some deviations from the algorithm and discuss the consequences. We study the behaviour of our implementation on small-world and scale-free graphs, and graphs arising from game maps. We collect performance data on multi-core CPUs and Intel Xeon Phi. When run in sequential mode, our implementation outperforms the implementation of Dijkstra's algorithm from Boost Graph Library on graphs with a small diameter. Both on the CPU and the co-processor we achieve an overall performance of at least 50% parallel efficiency.

Keywords

Cite

@article{arxiv.1604.02113,
  title  = {Parallel Delta-Stepping Algorithm for Shared Memory Architectures},
  author = {M. Kranjčević and D. Palossi and S. Pintarelli},
  journal= {arXiv preprint arXiv:1604.02113},
  year   = {2017}
}

Comments

Measurements in section 4 are incorrect

R2 v1 2026-06-22T13:27:39.535Z