Awesome
Parallel Sorting
Parallel sorting algorithm implementation in OpenMP and MPI
Update: Now adding TBB version
References
- Load Balanced Parallel Radix Sort
Some other links
- Parallel Mergesort
- Parallel Quicksort using MPI & Performance Analysis
- [PDF] Parallel Quicksort Implementation using MPI and PThreads
- Some Chinese bullshit about sorting
- C++ & MPI Parallel Quick Sort
- [PDF] A User's Experience with Parallel Sorting and OpenMP