rendoir / feup-cpar

Performance analysis of various matrix multiplication algorithms in a single core and of multiple parallelization techniques for the sieve of Eratosthenes algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FEUP-CPAR

Repository to hold all work done in the Parallel Computing course (CPAR) taught at FEUP. Work done by @rendoir and @cyrilico.

The first work analyzes the performance of a single core in various versions of the matrix multiplication algorithm. The second work studies different parallelization techniques (shared, distributed and hybrid memory) applied to a well known algorithm, the Sieve of Eratosthenes.

About

Performance analysis of various matrix multiplication algorithms in a single core and of multiple parallelization techniques for the sieve of Eratosthenes algorithm.


Languages

Language:C++ 85.8%Language:Java 11.5%Language:Makefile 2.7%