Click here to Skip to main content
15,888,984 members
Articles / Programming Languages / C++

Parallel Quicksort using MPI & Performance Analysis

Rate me:
Please Sign up or sign in to vote.
4.33/5 (9 votes)
13 Sep 2009CPOL8 min read 75.5K   21  
This is an individual effort on parallelizing the quicksort algorithm using MPI (Message Passing Interface) to sort data by sharing the partitions generated from regular sampling.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Canada Canada
Prasad Perera is a software developer who's interested in parallel and distributed computing and graphics programming!

Currently he is following his masters in Concordia University, Montreal.

Comments and Discussions