Skip to content

Hassnaa9/parallel-matrix-multiplication-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel-matrix-multiplication-impl

a high performance program with hpx library to calculate the multiplication of two matrices with parallel algorithm

to Run this file you must

  • install hpx
  • install CMake (at least version 3.19)
  • then in the directory of the program Run this commands:
    • mkdir build && cd build
    • cmake -DCMAKE_PREFIX_PATH=/path/to/hpx/installation ..
    • make all
    • ./my_hpx_program

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published