cetinsamet / dense-matrix-vector-multiplication

MPI programs that compute the dense matrix vector multiplication via 2 different partitioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dense-matrix-vector-multiplication

MPI programs that compute the dense matrix vector multiplication using BLAS library via 2 different partitioning;

  • 1D rowwise partitioning
  • 1D columnwise partitioning.

Wall clock time on slurm is measured.

About

MPI programs that compute the dense matrix vector multiplication via 2 different partitioning

License:MIT License


Languages

Language:C 100.0%