/Parallel-matrix-matrix-multiplication-MPI

A simple MPI program to compute the matrix matrix multiplication. Splitting the matrix A rowwise, and distribute it to different processes. Comparing the runtime using 1, 2 and 4 processors.

Primary LanguageC++

Stargazers