Parallel implementation of the k-means algorithm using MPI. Data points are created at random.
- Install an MPI implementation. (I used MPICH)
- Run: mpiexec -n number_of_processes ./kmeansTest number_of_data_points number_of_attributes_per_point number_of_clusters