Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 507 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 507 Bytes

PSRS

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.

Build and usage

With MPI installed in your system, supporting OpenMP:

  1. make all
  2. mpirun -np <process_number> psrs <array_size>

WTFPL