rushmetra / CP-K_means

Lloyd's K-Means clustering algorithm for Parallel Computing course 2022/2023 @ uminho

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel Computing 2022/2023 - Lloyd's K-Means clustering algorithm

This project consisted in implementing 3 different versions of a K-means algorithm and optimizing them, using C:

  • A sequential version
  • An OpenMP parallel version
  • A Parallel version which used MPI

Group members

Diogo Barbosa
Rui Guilherme Monteiro

Final grade: 15,4/20

About

Lloyd's K-Means clustering algorithm for Parallel Computing course 2022/2023 @ uminho


Languages

Language:C 83.4%Language:Shell 13.2%Language:Makefile 3.4%