Skip to content

Simple parallel matrix multiplication example using MPI in C++.

Notifications You must be signed in to change notification settings

vleen/ParallelMatrixMultiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Matrix Multiplication using MPI with C++.

A simple parallel matrix multiplication code using MPI.

Details

Matrices are allocated dynamically and are contiguous in memory. Matrix sizes don't need to be divisible by the number or processors; the first worker(slave) processor takes care of this.

More information

How to compile and run MS MPI programs (using MSVC): here.

About contiguous, dynamic multidimensional array allocation in C++: here

This is my first GitHub commit and was made for learning purposes.

About

Simple parallel matrix multiplication example using MPI in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages