This assignment is about using Threads and how to solve Race Condition!
Table of Contents
- Operating Systems Course(CPE473).
- Second Semester of 2021
- Implementing a multi-threaded program (using C/C++) that will perform the Matrix Multiplication Problem (cross product) By creating T worker threads.
- Solving race condition
-
Clone the repo
git clone https://github.com/FerasHamam/OS_Assignment.git
-
Run the following in your IDE terminal
g++ -pthread mainSafe.cpp -o mainSafe
-
Run the following in your IDE terminal
g++ -pthread mainNonSafe.cpp -o mainNonSafe
Feras Hamam
Tala AbuQdais
Amal Rasas
Supervised by : Dr. Mohammed Alshboul
Project Link: https://github.com/FerasHamam/OS_Assignment