Parallel Sort Algorithm Analysis

Implementations of various parallel sorting algorithms in OpenMP.

Algorithms Included

Steps to build/run locally on a Mac

  • 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 make to build
  • type ./app.out to run the program