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

cNikolaou/mpi-kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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 number_of_data_points number_of_attributes_per_point number_of_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