Skip to content

zeilmannt/matrix-multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix multiplication

This project performs parallel matrix multiplication using MPI in C and provides an interactive user interface with Streamlit for input and visualization.

Setup

Python package installations:

streamlit, pandas, matplotlib, numpy

Build and start application dev profile activated

Note: following packages need to be installed: streamlit, matplotlib

Build application:

make compile

Execute application:

make run

or

make

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A parallelized matrix multiplication tool using MPI (Message Passing Interface) in C, integrated with a Streamlit-based web interface for interactive input and visualization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors