matteomazza91 / parallel-prefix-sum

parallel-prefix-sum is a parallelization study of the prefix-sum algorithm written in C for xeon-phi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parallel-prefix-sum

parallel-prefix-sum is a parallelization study of the prefix-sum algorithm written in C with posix_thread to be executed in a shared memory environment. The tests were done on the massive parallel xeon phi processor.

All the performance plots realized are obtained by appropriate averaging the execution times of the implemented algorithms.

Each algorithm is tested on different commutative and associative functions.

look at the report.pdf for additional details

compile and run

look at the last pages of report.pdf

About

parallel-prefix-sum is a parallelization study of the prefix-sum algorithm written in C for xeon-phi


Languages

Language:PHP 73.0%Language:Assembly 16.2%Language:C 5.4%Language:Makefile 2.3%Language:Shell 1.9%Language:Gnuplot 1.1%