michelezoncheddu / parallel-odd-even-sort

Parallel implementation of the odd-even sort algorithm using pthreads and FastFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odd-even sort

Parallel implementation of the odd-even sort algorithm.

The project has been developed and tested on the Intel Xeon Phi 7230 (64 cores), heavily relying on the 512-bit vectorization.

Results

Speedup of the native-threads version:

Speedup of the FastFlow version:

About

Parallel implementation of the odd-even sort algorithm using pthreads and FastFlow

License:GNU General Public License v3.0


Languages

Language:C++ 96.9%Language:Makefile 3.1%