Skip to content

Small project that I did in University to get a better comprehension of thread level parallelism.

License

Notifications You must be signed in to change notification settings

mwalker-us/thread-level-parallelism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thread Level Parallelism

This is a simple project that I did in university when I took my second systems programming class. Currently, there is a runtime error as I haven't made any changes to the code since I submitted it back then. I included it here as an example of a project I have done in the past for potential recruitors so they can see the thought process I go through when writing code.

Documentation

Link for pretty documentation is here (https://mwalker-us.github.io/thread-level-parallelism/).

How to build and run

Makes a zip file and creates and executable named exec_matrix.

make all 

Creates and executable named 'matrix_exec' which you can then run.

make exec_matrix

Running the application.

./exec_matrix

About

Small project that I did in University to get a better comprehension of thread level parallelism.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published