Skip to content

DimitriosSpanos/Boolean-Matrix-Multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel-Exercise4

The three version of the BMM(and filtered_BMM) are the serial implementation, the openmp parallelized implementation and the parallelized with both openmp and MPI.

The libraries openMP and MPI are required to run these 3 versions locally. This can be done by using the following commands:

1. make clean
2. make all
3. make test

Repo for the second exercise of course 050 - Parallel and Distributed Systems, Aristotle University of Thessaloniki, Dpt. of Electrical & Computer Engineering.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published