Skip to content

PietroPan/Parallel-BucketSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel-BucketSort

Parallel Bucket Sorting algorithm with OpenMP

Get performance measurements with Papi

Run

Main takes 5 arguments:

Vector size (Default=1M)

Number of buckets (Default=256)

Number of runs (Default=10)

Array distribution, 0 for Uniform or 1 for Logarithmic (Default=0)

Set OMP_NUM_THREADS environment variable to get parallelization

Example:

make
export OMP_NUM_THREADS=8
./sort 1000000 256 10 0 

About

Parallel BucketSort written in C with OpenMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published