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
.
make
Executable files will be in target/{debug,release}/{serial,openmp,mpi}/recomender
./run_tests.sh