Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 403 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 403 Bytes

K-means

Hybrid K-means clustering algorithm with OpenMP and MPI K- Means clustering algorithm was implemented and compared in pure OpenMP, pure MPI and a hybrid version.In the hybrid implementation MPI was used to distribute the data load within nodes and OpenMP to parallelize the work inside the nodes.Various experiments were performed and showed the dominance of the hybrid implementation.