Found 34 repositories(showing 30)
utahwithak
Simple Hypercube Quicksort using MPI
afnan47
Parallel QuickSort Implementation using MPI
xmas7
A large hybrid CPU/GPU sorting network using CUDA and MPI. The sorting network uses a standard Quicksort for CPUs and a custom Bitonic Sort for GPUs. These two algorithms were the fastest in a number of prior benchmarks.
gowthamk
quicksort 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.
btshft
Hypercube quicksort MPI implementation (MS-MPI v7 used)
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.
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.
BZeidler
QuickSort using MPI
simohammadi
Quicksort using Open MPI
anuragmuley09
No description available
PawelRozniecki
No description available
Shaurya1505
No description available
ajdsouza
Implement QuickSort in Parallel using MPI
No description available
helderm
A parallel implementation of Quicksort using MPI
GATech-CSE-6220-Spring-2023-Group
Parallel quicksort using MPI in C++17
JiayiDai
A c++ version of parallel quicksort using MPI.
preyasshah9
Parallel Implementation of Quicksort Using Message Passing Interface (MPI)
Sojourn
A quicksort implementation written in C++ and using MPI.
thecuriousbig
parallel quicksort in C language by using OpenMP and MPI
vwinkler
C-Implementation of a naive parallel quicksort algorithm using MPI
JesseErger
Class project implementing Quicksort and Mergesort in parallel using MPI (mpi4py). Collaboration with John Cook
ZubairFawad23
A project implementing parallel and serial versions of quicksort and mergesort using MPI in C
ImBrent
A repository for our Parallel Computing course. This projects implements a parallel algorithm for quicksort using the MPI library.
[ 05/01/2018 ] Parallel Sorting with Regular Sampling parallelized using MPI and OpenMP. OpenMP and quicksort algorithm is used within a processor and MPI used for problem domain decomposition and communication.
tamaradanceva
Parallel implementation of bucket sort with sample sort , using Quicksort for sorting the buckets individually, in C, using Message Passing Interface (MPI)
fanzou2020
Implementation of parallel algorithms using C++ MPI libray, including Parallel Quicksort algorithm, Parallel Floyd's All-pair shortest path algorithm etc.
Chinhpx
Examples of some parallel sorting algorithms such as odd-even transposition, quicksort, bucket sort, bitonic sort. Written in C++ using MPI.
venkatchel
This repository is an implementation of the parallelized version of quicksort (using posix threads and MPI) and sample sort (using MPI). The sorting algorithms implemented scale w.r.t the problem size and number of machines.