AntoinePassemiers / Bitonic-Sort

Sorting arbitrary sequences using a bitonic sort algorithm distributed with MPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitonic-Sort

MPI distributed algorithms for sorting bitonic sequences and arbitrary sequences.

Sorting bitonic sequences

Implemented in bitonic.cpp.

alt text

Sorting arbitrary sequences

Implemented in arbitrary.cpp.

alt text

About

Sorting arbitrary sequences using a bitonic sort algorithm distributed with MPI


Languages

Language:C++ 97.7%Language:Shell 2.3%