Skip to content

CS2006 - Parallel and Distributed Computing Course Project

License

Notifications You must be signed in to change notification settings

Ashad001/ParallelAlgorithms

Repository files navigation

Parallel Computing Project

Overview

This project explores the parallelization of K-means clustering and Breadth-First Search (BFS) algorithms using OpenMP and MPI. The implementation and analysis were conducted on a laptop with an Intel Core i5-1035G4 processor, 15.6 GB RAM, running Windows, utilizing Visual Studio Code and MPI SDKs for C/C++.

Contents

  • .kmeans_openmp: Source code for K-means clustering with OpenMP.
  • .kmeans_mpi: Source code for K-means clustering with MPI.
  • .bfs_openmp: Source code for BFS with OpenMP.
  • .bfs_mpi: Source code for BFS with MPI.
  • ./data: Results from experiments with varying data sizes.

Usage

  1. Clone the Repository:
    git clone https://github.com/your-username/parallel-computing-project.git
    cd parallel-computing-project

About

CS2006 - Parallel and Distributed Computing Course Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published