Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 768 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 768 Bytes

Matrix Multiplication using the Message Passing Interface (MPI) API

This repository started out as a class project for the Parallel Processing course at UIC with Professor Kshemkalyani.

Several matrix multiplication algorithms are implemented in C, timings are recorded and a report was written.

Generating the report

On Ubuntu, the texlive-full package is required:

sudo apt install texlive-full

Then, to generate the PDF report type:

make

This will produce document.pdf.

Related Links