This repository contains all the laboratory activities for the Parallel and Distributed Computing (Paracomp) subject.
Below is a list of all the activities included in this repository:
- Lab #1: Parallel and Distributed Matrix Multiplication
- Lab #1.1: Parallel and Distributed Computing Example
- Lab #2: Parallel Computing with OpenMP in C++
To run the program, ensure the following tools and libraries are installed:
- GCC with OpenMP support
- MPI implementation (e.g., MPICH or Open MPI)
- Python 3.x with Matplotlib for graph plotting
- Bash (for scripting)
-
Clone the repository then navigate to the directory::
git clone https://github.com/luckstraw/Paracomp.git
cd Paracomp -
Navigate to the specific lab directory:
cd Lab1 # Replace with the lab folder you want to access
-
Follow the README.md instructions inside each lab folder for setup and execution