Robust Massively Parallel Sorting
Michael Axtmann, Peter Sanders

TL;DR
This paper presents a comprehensive study of scalable, robust distributed memory parallel sorting algorithms, introducing new mechanisms for handling duplicates and skewed data, validated through extensive large-scale experiments.
Contribution
It introduces four scalable parallel sorting algorithms with novel robustness features and provides performance guarantees, validated on the largest available machines.
Findings
Algorithms are effective on difficult input distributions.
First large-scale experiments for these algorithms on machines with up to 262144 cores.
Significant performance improvements over conventional methods.
Abstract
We investigate distributed memory parallel sorting algorithms that scale to the largest available machines and are robust with respect to input size and distribution of the input elements. The main outcome is that four sorting algorithms cover the entire range of possible input sizes. For three algorithms we devise new low overhead mechanisms to make them robust with respect to duplicate keys and skewed input distributions. One of these, designed for medium sized inputs, is a new variant of quicksort with fast high-quality pivot selection. At the same time asymptotic analysis provides performance guarantees and guides the selection and configuration of the algorithms. We validate these hypotheses using extensive experiments on 7 algorithms, 10 input distributions, up to 262144 cores, and varying input sizes over 9 orders of magnitude. For difficult input distributions, our algorithms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
