Skip to content

BilalAhmed-358/Parallel-and-Distributed-Computing-Project

Repository files navigation

PDC Final Project

We have parallely calculate the convolution of a matrix in this program



Technologies used



1. C++ Language

2. Openmp Library


IDE Used



1. Visual Studio Code

Instructions to run the program

Execute the following commands:

$ g++ final_file.cpp -o final_file -fopenmp
$ ./final_file <size of matrix> <size of filter> <number of threads>
$ ./final_file 1000 50 8

Screenshot


Screenshot of working

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages