Found 46 repositories(showing 30)
Minokis
This is a parallel realization of quicksort algorithm, which implements MPI technology of message-passing between processes (or processors). The processors interact here as elements of a hypercube.
triasamo1
No description available
afnan47
Parallel QuickSort Implementation using MPI
Copelli-Yoshovski-Associates
Parallel sorting algorithms implemented with MPI: Bitonic Sort, Odd-Even Transposition, and Parallel Quicksort. Graphical representation using the Allegro library.
pinglarin
No description available
No description available
Ivan Ricart Borges - Transform a sequential algorithm so that it can be executed in parallel on different machines using MPI (Message Passing Interface).
Projeto QuickSort Paralelo com MPI: Este projeto explora a eficiência da computação paralela aplicada ao algoritmo de ordenação QuickSort. Utilizando a biblioteca MPI (Message Passing Interface).
matteandre
Implementation of sequential quicksort and a parallel version with MPI.
GiovaneIwamoto
Parallel Algorithms - Odd-Even, Samplesort and Quicksort parallel using MPI for parallelization. Focuses on conducting comprehensive tests with random input data and examining the performance.
Howeng98
NTHU 2021 Parallel Programming HW1 Odd Even Sort implemented with MPI to Speed up The Performance of MergeSort and Quicksort
felipeasimos
Hyperquicksort is a parallel variation of the classic quicksort, implemented here using MPI and OpenMP. The main purpose of this project is to compare its performance of the sequential algorithm with parallel versions in OpenMP and MPI.
This repository contains code for a distributed parallel computing experiment to optimize quicksort algorithm performance. It includes single-threaded, multi-threaded (OpenMP), and distributed (MPI) versions, with performance analysis on runtime, CPU usage, and scalability across data sizes.
JiayiDai
A c++ version of parallel quicksort using MPI.
Starkiller13
No description available
Saiacademic
High Performance Computing Mini Project
lyy52502
Quciksort_mpi
subhashreddykallam
No description available
qizheng3
Parallel quicksort
Jvictorifran
Quick-Sort de modo paralelo com MPI
ajdsouza
Implement QuickSort in Parallel using MPI
anuragmuley09
No description available
Vaishnav88sk
HPC mini project
armabrahamyan
parallel implementation of QuickSort (with MPI)
yinglyu
Parallel Programming with MPI − Hypercube Quicksort
helderm
A parallel implementation of Quicksort using MPI
GATech-CSE-6220-Spring-2023-Group
Parallel quicksort using MPI in C++17
No description available
preyasshah9
Parallel Implementation of Quicksort Using Message Passing Interface (MPI)
thecuriousbig
parallel quicksort in C language by using OpenMP and MPI