Abstract
We study efficient parallel solutions to the problem of selecting r elements at specified ranks from a set of n arbitrary elements, known as multiselection, on a hypercube with p processors, p,rles/n. We propose two parallel algorithms based on different approaches, where one requires processors to operate in the SIMD mode, and the other in the MIMD mode. Our SIMD algorithm runs in time O((log n log log n) min{r, log n}) when p=Theta/(n), and O(n ϵ min{r, (1-ϵ) log n}) when p=n ϵ for any 0<ϵ<1, where the latter is cost optimal when r≥p. Our MIMD algorithm runs in O(log n log log n log r) time when p=Theta/(n), and in O(n ϵ log r) time when p=n ϵ for any 0<ϵ<1, which is cost optimal for any r. Both algorithms are more efficient than the possible straightforward solutions and that of direct simulation of the optimal EREW algorithm.
Original language | English |
---|---|
Pages | 338-343 |
Number of pages | 6 |
DOIs | |
Publication status | Published - 1997 |
Externally published | Yes |
Event | 3rd International Symposium on Parallel Architectures, Algorithms, and Networks, I-SPAN 1997 - Taipei, Taiwan, Province of China Duration: 18 Dec 1997 → 20 Dec 1997 |
Conference
Conference | 3rd International Symposium on Parallel Architectures, Algorithms, and Networks, I-SPAN 1997 |
---|---|
Country/Territory | Taiwan, Province of China |
City | Taipei |
Period | 18/12/97 → 20/12/97 |
Keywords
- Hypercube
- Multiselection
- Parallel algorithm
- Selection
- Sorting