Skip to content

Hybrid K-means clustering algorithm with OpenMP and MPI

Notifications You must be signed in to change notification settings

elzisiou/K-means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Hybrid K-means clustering algorithm with OpenMP and MPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages