vix.ing · top · new · best · stats · spec

Practical Massively Parallel Sorting

2015/06/12 by Michael Axtmann, Timo Bingmann, Peter Sanders +1 · 1 citation
Computer Science · #Interconnection Networks and Systems #Algorithms and Data Compression #Parallel Computing and Optimization Techniques

paper · doi:10.1145/2755573.2755595

openalex publication_date 2015/06/12 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/29

Abstract

Previous parallel sorting algorithms do not scale to the largest available machines, since they either have prohibitive communication volume or prohibitive critical path length. We describe algorithms that are a viable compromise and overcome this gap both in theory and practice. The algorithms are multi-level generalizations of the known algorithms sample sort and multiway mergesort. In particular, our sample sort variant turns out to be very scalable both in theory and practice where it scales up to 215 MPI processes with outstanding performance in particular for medium sized inputs. Some tools we develop may be of independent interest -- a simple, practical, and flexible sorting algorithm for very small inputs, a near linear time ptimal algorithm for solving a constrained bin packing problem, and an algorithm for data delivery, that guarantees a small number of message startups on each processor.

Citations

Cited by

Related