Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 278 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 278 Bytes

Matrix multiplication on MPI and OMP

  • matrix_mult_seq.c sequential algorithm
  • matrix_mult_omp.c parallel algorithm using OMP primitives
  • matrix_mult_mpi.c parallel algotithm using MPI

Report[RUS].pdf contains detailed report with performance benchmarks.