/Matrix-Multiplication-MPI

Implementation of matrix multiplication program with message passing

Primary LanguageC

Matrix-Multiplication-MPI

C implementation of matrix multiplication program with message passing interface (MPI)

Install Instrunctions

First install MPI, I used MPICH.

How to run

Compile

$ mpicc mpi-mult.c -o mpimult

Run

$ mpirun -np <host-number> --hostfile <hosts-file> ./mpimult

Author

Maria Oikonomidou