Skip to content

Implementation of parallelized matrix multiplication in C using OpenMP. It calculates the average runtime of multiplying NxN matrices in any P amount of processors available. Code was written for a Parallel Systems class.

Notifications You must be signed in to change notification settings

jimmyv9/parallel-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

parallel-matrix

Implementation of parallelized matrix multiplication in C using OpenMP. It calculates the average runtime of multiplying NxN matrices in any P amount of processors available. Code was written for a Parallel Systems class.

How to compile

gcc -fopenmp -lm -O3 -o executableName lab2.c

How to run it

./executableName sizeofMatrix numberofProcessors

About

Implementation of parallelized matrix multiplication in C using OpenMP. It calculates the average runtime of multiplying NxN matrices in any P amount of processors available. Code was written for a Parallel Systems class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages