A Study of Integer Sorting on Multicores
Document Type
Article
Publication Date
12-1-2018
Abstract
Integer sorting on multicores and GPUs can be realized by a variety of approaches that include variants of distribution-based methods such as radix-sort, comparison-oriented algorithms such as deterministic regular sampling and random sampling parallel sorting, and network-based algorithms such as Batcher's bitonic sorting algorithm. In this work we present an experimental study of integer sorting on multicore processors. We have implemented serial and parallel radix-sort for various radixes, deterministic regular oversampling, and random oversampling parallel sorting, including new variants of ours, and also some previously little explored or unexplored variants of bitonic-sort and odd-even transposition sort. The study uses multithreading and multiprocessing parallel programming libraries with the same C language code working under Open MPI, MulticoreBSP, and BSPlib. We first provide some general high-level observations on the performance of these implementations. If we can conclude anything is that accurate prediction of performance by taking into consideration architecture dependent features such as the structure and characteristics of multiple memory hierarchies is difficult and more often than not untenable. To some degree this is affected by the overhead imposed by the high-level library used in the programming effort. Another objective is to model the performance of these algorithms and their implementations under the MBSP (Multi-memory BSP) model. Despite the limitations mentioned above, we can still draw some reliable conclusions and reason about the performance of these implementations using the MBSP model, thus making MBSP useful and usable.
Identifier
85058860427 (Scopus)
Publication Title
Parallel Processing Letters
External Full Text Location
https://doi.org/10.1142/S0129626418500147
ISSN
01296264
Issue
4
Volume
28
Recommended Citation
Gerbessiotis, Alexandros V., "A Study of Integer Sorting on Multicores" (2018). Faculty Publications. 8193.
https://digitalcommons.njit.edu/fac_pubs/8193
