mareco94 / Matrix-Multiplication-MPI

Implementation of matrix multiplication program with message passing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of matrix multiplication program with message passing


Languages

Language:C 100.0%