An open API service indexing awesome lists of open source software.

https://github.com/iricartb/university-mpi-parallel-programming-quicksort-algorithm

Ivan Ricart Borges - Transform a sequential algorithm so that it can be executed in parallel on different machines using MPI (Message Passing Interface).
https://github.com/iricartb/university-mpi-parallel-programming-quicksort-algorithm

algorithms c mpi parallel quicksort

Last synced: 11 months ago
JSON representation

Ivan Ricart Borges - Transform a sequential algorithm so that it can be executed in parallel on different machines using MPI (Message Passing Interface).

Awesome Lists containing this project

README

          

Quicksort MPI Parallel Programming

Transform a sequential algorithm so that it can be executed in parallel on different machines using MPI (Message Passing Interface).