Skip to content

mendess/CPD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d4027a1 · Nov 7, 2020

History

26 Commits
May 20, 2020
Apr 3, 2020
May 20, 2020
May 20, 2020
Mar 16, 2020
Apr 3, 2020
May 20, 2020
May 20, 2020
May 20, 2020
May 20, 2020
May 20, 2020
May 20, 2020
Feb 21, 2020
Nov 7, 2020
May 20, 2020
Mar 5, 2020
Apr 3, 2020
May 20, 2020
May 20, 2020
May 20, 2020

Repository files navigation

CPD

High performance matrix processing, see ./assginment.pdf to understand the math

This project implements the same algorithm in three ways, sequential (serial), parallel with openmp and parallel with mpi.

Compiling

make

Executable files will be in target/{debug,release}/{serial,openmp,mpi}/recomender

Running automated tests

./run_tests.sh