Skip to content

Hoare's Select algorithm implemented in MPI for finding the median of an integer array

Notifications You must be signed in to change notification settings

akintsakis/quickselectMpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

mpiFindIntegerMedian

Hoare's Select algorithm implemented in MPI for finding the median of an integer array

The program takes only one argument, the size of the integer array. Be sure not to exceed 2^31-1.

Validation of the median is built in within the program. It can run either in serial (by choosing number of processes = 1) or in parallel. Execution time is displayed in the end.

It serves as a good MPI Introductory example.

Athanassios Kintsakis [email protected] [email protected]

About

Hoare's Select algorithm implemented in MPI for finding the median of an integer array

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages