Skip to content

To cluster moving particles in a 3D space parallely using MPI.

Notifications You must be signed in to change notification settings

Aakj/Parallel-KMeans-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Parallely clustering moving particles using MPI

  • Given: The input data (3D coordinates) is contained in binary files corresponding to a time step.
  • Task: To cluster moving particles in a 3D space.
  • Approach: Parallelized the K-means clustering algorithm by distributing the particles uniformly on assigned nodes in CSE cluster or HPC followed by gathering the relevant information on a node. The process is repeated till convergence is obtained.
  • This was done as a part of course CS633 instructed by Prof. Preeti Malakar.

About

To cluster moving particles in a 3D space parallely using MPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published