Skip to content

camchambers/parallel-matrix-multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Matrix Multiplication (MPI)

A demonstration of parallel computing in C using the Open MPI library. This program multiplies a set of NxN square matrices using a manager-worker paradigm, where the workload is distributed among available worker processes and coordinated by a manager process.

Prerequisites

This project requires the Open MPI library.

Compilation

mpicc main.c -o parallel

Execution

mpirun parallel

Clone

  • Clone this repo to your local machine using git clone git@github.com:camchambers/parallel-matrix-multiplication.git

License

License

About

A demonstration of parallel computing in C using the Open MPI library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages