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).
- Host: GitHub
- URL: https://github.com/iricartb/university-mpi-parallel-programming-quicksort-algorithm
- Owner: iricartb
- Created: 2018-09-19T10:15:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T13:49:12.000Z (over 4 years ago)
- Last Synced: 2025-01-14T01:49:12.155Z (12 months ago)
- Topics: algorithms, c, mpi, parallel, quicksort
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).