Multi Threading Matrix Multiplication implemented ptherad and perform matrix multiplication between two matrices. In this senario, I will test the program with matrices size 10 x 10, 100 x 100, 500 x 500, 1000 x 1000, and 2000 x 2000 in No thread vs multi threads (10 threads, 100 threads, 1000 threads, 2000 threads )
C , Memory Management, Multthreading (pthread)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Command-Prompt for Visual Studio: Same go here. For this particular project, I highly recommend using Command-Prompt instead of the IDE.
- Linux: Program can be run on Linux System (if you familiar with Linux command line).
A step by step series of examples that tell you how to get a development env running
Visual Studio & Command-Prompt for Visual Studio:
- Install Visual Studio - If you haven't downloaded and installed Visual Studio and the Microsoft C/C++ tools yet, here's how to get started.
- Developer Command Prompt for Visual Studio - Developer Command Prompt for Visual Studio enables you to use .NET Framework tools more easily. It's a command prompt that automatically sets specific environment variables. After opening Developer Command Prompt, you can enter the commands for .NET Framework tools such as ildasm or clrver.
Linux Ubuntu 18.4 LTS
- Linux Ubuntu 18.4 LTS can be download at Microsoft Store
Explain how to run the automated tests for this system:
- Linux Compilers- Locate the home folder that contain the program (by using the cd command). Call the g++ compiler and execute.
- Visual Studio Command Line
Can be deploy to any embedded system without any problem. Can also make API or libary using this.
- Microsoft Visual Studio - The full-featured integrated development environment (IDE) for Android, iOS, Windows, web, and cloud.
- .NET - Free. Cross-platform. Open source. A developer platform for building Internet of Thing(IOT), Microservices, Desktop, Cloud, Mobile, Machine Learning, Web, Game.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Truc Huynh - Initial work - TrucDev
my README.md format was retrieved from
- Billie Thompson - Initial work - PurpleBooth See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc