Skip to content

Implementation of the k-means algorithm using MPI for parallel computation.

License

Notifications You must be signed in to change notification settings

leixu-cfd/mpi-kmeans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpi-kmeans

Parallel implementation of the k-means algorithm using MPI. Data points are created at random.

To run:

  1. Install an MPI implementation. (I used MPICH)
  2. Run: mpiexec -n number_of_processes ./kmeansTest n_data_points n_attributes_per_point n_clusters

About

Implementation of the k-means algorithm using MPI for parallel computation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • Makefile 1.9%