This is a sample implementation of the Parallel Sorting by Regular Sampling algorithm, proposed by Quinn. Developed as the assignment for the High Performance Computing subject of the CS course at ICMC-USP.
With MPI installed in your system, supporting OpenMP:
make all
mpirun -np <process_number> psrs <array_size>