Felix, qui, quod amat, defendere fortiter audet
Home -> Publications
Home
  Publications
    
edited volumes
  Awards
  Research
  Teaching
  Miscellaneous
  Full CV [pdf]
  BLOG






  Events








  Past Events





Publications of Torsten Hoefler
Lukas Gianinazzi, Pavel Kalvoda, Alessandro De Palma, Maciej Besta, Torsten Hoefler:

 Communication-Avoiding Parallel Minimum Cuts and Connected Components

(In Proceedings of the 23rd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, presented in Vienna, Austria, pages 219-232, ACM, ISBN: 978-1-4503-4982-6, Feb. 2018)

Abstract

We present novel scalable parallel algorithms for finding global minimum cuts and connected components, which are important and fundamental problems in graph processing. To take advantage of future massively parallel architectures, our algorithms are communication-avoiding: they reduce the costs of communication across the network and the cache hierarchy. The fundamental technique underlying our work is the randomized sparsification of a graph: removing a fraction of graph edges, deriving a solution for such a sparsified graph, and using the result to obtain a solution for the original input. We design and implement sparsification with O(1) synchronization steps. Our global minimum cut algorithm decreases communication costs and computation compared to the state-of-the-art, while our connected components algorithm incurs few cache misses and synchronization steps. We validate our approach by evaluating MPI implementations of the algorithms on a petascale supercomputer. We also provide an approximate variant of the minimum cut algorithm and show that it approximates the exact solutions well while using a fraction of cores in a fraction of time.

Documents

download article:


Recorded talk (best effort)

 

BibTeX

@inproceedings{,
  author={Lukas Gianinazzi and Pavel Kalvoda and Alessandro De Palma and Maciej Besta and Torsten Hoefler},
  title={{Communication-Avoiding Parallel Minimum Cuts and Connected Components}},
  year={2018},
  month={Feb.},
  pages={219-232},
  booktitle={Proceedings of the 23rd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming},
  location={Vienna, Austria},
  publisher={ACM},
  isbn={978-1-4503-4982-6},
  source={http://www.unixer.de/~htor/publications/},
}


serving: 34.228.7.237:41776© Torsten Hoefler