Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages