Sciweavers

SPAA
1995
ACM

Parallel Sorting with Limited Bandwidth

13 years 8 months ago
Parallel Sorting with Limited Bandwidth
We study the problem of sorting on a parallel computer with limited communication bandwidth. By using the PRAM(m) model, where p processors communicate through a globally shared memory which can service m requests per unit time, we focus on the trade-off between the amount of local computation and the amount of interprocessor communication required for parallel sorting algorithms. Our main result is a lower bound of Ω( n log m m log n ) on the time required to sort n numbers on the exclusive-read and queued-read variants of the PRAM(m). We also show that Leighton’s Columnsort can be used to give an asymptotically matching upper bound in the case where m grows as a fractional power of n. The bounds are of a surprising form in that they have little dependence on the parameter p. This implies that attempting to distribute the workload across more processors while holding the problem size and the size of the shared memory fixed will not improve the optimal running time of sorting in ...
Micah Adler, John W. Byers, Richard M. Karp
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where SPAA
Authors Micah Adler, John W. Byers, Richard M. Karp
Comments (0)