/parallel-matrix-multiplication

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

Primary LanguageCMIT LicenseMIT

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