Skip to content

lucasbanting/parallel_sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

parallel_sorting

Implementation of merge sort and sample sort with MPI.

For merge sort, merges arrays on a single process so algorithm has same complexity as serial merge sort algorithm.

To build use: $ make

To run use:

$ mpirun -n np main.out N

Where np is number of processors to use and N is number of elements to sort.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published