Skip to content

abelzis/openMP-Matrix-Multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

openMP-Matrix-Multiplication

Matrix multiplication using openMP technology. (~2018-11)

How to use

Step 1 Using Visual Studio IDE open Project Properties -> Configuration Properties -> C/C++ -> Language -> Open MP Support ----> select yes. Preferably do that on all configurations. Step 1

Step 2 Head to Build -> Configuration Manager -> Active solution platform -> <New...> -> x64, copy from Win32. Step 2.1 Step 2.2 Step 2.3

Step 3 On line 12 change matrix sizes and on line 23 the number of threads you want to use. Compile using VS.

Step 3.1 Step 3.2

Analysis

Full analysis written in Lithuanian may be found in .docx file.

What did I learn?

  • Using in parallel multiple cores to process data.
  • Analyse and compare results of tests.

About

Matrix multiplication using openMP technology

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages