Skip to content

luckstraw/Paracomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Paracomp: Laboratory Activities Repository

This repository contains all the laboratory activities for the Parallel and Distributed Computing (Paracomp) subject.

πŸ“‚ Contents

Below is a list of all the activities included in this repository:

  1. Lab #1: Parallel and Distributed Matrix Multiplication
  2. Lab #1.1: Parallel and Distributed Computing Example
  3. Lab #2: Parallel Computing with OpenMP in C++

πŸš€ How to Run Each Lab

Prerequisites

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)

General Steps:

  1. Clone the repository then navigate to the directory::

    git clone https://github.com/luckstraw/Paracomp.git
    cd Paracomp
  2. Navigate to the specific lab directory:

    cd Lab1 # Replace with the lab folder you want to access
  3. Follow the README.md instructions inside each lab folder for setup and execution

About

Compilation of Laboratory Activities in Parallel and Distributed Computing

Topics

Resources

Stars

Watchers

Forks