Implementations of various parallel sorting algorithms in OpenMP.
- Batcher's Bitonic Sort
- Bucket Sort
- Even Odd Sort
- Insertion Sort
- Sequential Quick Sort
- Shell Sort
- install homebrew
- open a terminal
brew reinstall gcc --without-multilib(NOTE: This will take a loooong time, around 30 minutes)- navigate to the project directory
- type
maketo build - type
./app.outto run the program