Skip to content

A Parallel Sorting with Regular Sampling implementation in C with OpenMP and MPI

License

Notifications You must be signed in to change notification settings

henriquenunez/psrs-omp-mpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Parallel Sorting with Regular Sampling implementation in C with OpenMP and MPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published