Skip to content

Implementation of parallel matrix multiplication on MPI and OMP

Notifications You must be signed in to change notification settings

hbq1/Matrix_multiplication_MPI_OMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Implementation of parallel matrix multiplication on MPI and OMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages