Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 400 Bytes

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