Parallel Merge Sort on Concurrent-Read Owner-Write PRAM.

David C. Lin,Patrick W. Dymond,Xiaotie Deng
DOI: https://doi.org/10.1007/bfb0002760
1997-01-01
Abstract:This paper discusses a variant of the CREW PRAM model introduced by Dymond and Ruzzo called CROW (Concurrent Read Owner Write) PRAM. in which each global memory location may only be written by its assigned owner processor. We show that CROW PRAMs can sort in O(log n) parallel time using O(n log n) processors.
What problem does this paper attempt to address?