Skip to content

ConstantinePapadopoulos/Parallel_Systems_Ntua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Programming - NTUA

This repository contains coursework from the Parallel Programming course at the National Technical University of Athens (NTUA). The assignments focus on various parallel computing techniques, covering OpenMP, CUDA, and MPI implementations.

Team Members

Exercises Overview

Exercise 1: Parallel K-Means Clustering

  • Introduction to parallelizing the K-Means algorithm using OpenMP.
  • Focus on thread-level parallelism for improving performance.

Exercise 2: Advanced K-Means & Floyd-Warshall

  • Extends K-Means parallelization with more optimizations.
  • Implements the Floyd-Warshall algorithm for all-pairs shortest paths in a graph.

Exercise 3: Locking Strategies

  • Explores different locking mechanisms (e.g., spinlocks, mutexes) for Exercise 2.
  • Aims to improve synchronization efficiency in parallel execution.

Exercise 4: CUDA Implementations of K-Means

  • Implements four different versions of K-Means using CUDA.
  • Explores GPU parallelism for optimizing clustering performance.

Exercise 5: MPI Heat Transfer Simulation

  • Simulates heat diffusion using MPI.
  • Implements three different numerical methods:
    • Gauss-Seidel
    • Red-Black Gauss-Seidel
    • Jacobi Iteration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors