Skip to content

AndreiOprisan94/ParallelMatrixMultiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Matrix Multiplication using Open MPI

The project is already configured to build an MPI application. All you have to do is to configure the MPIROOT environment variable, this variable needs to point to the installation directory of openmpi.

After the project is build. You can run the program as:

$mpirun --oversubscribe -np NUMBER_OF_WORKERS /path/to/ParallelMatrixMultiplication

In order to save the results please specify the path to a file via the PPC_PARALLEL_RESULT_PATH environment variable. Note that the destination file does not need to be present, but if any exists it`s content will be overwritten.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published