Skip to content

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 361 Bytes

README.md

File metadata and controls

executable file
·
6 lines (4 loc) · 361 Bytes

dSLC

Distributed Single-Linkage Clustering in C++ with MPI. This is an exercise in distributed computing during the INF421 algorithms course at École Polytechnique. It features implementations of a few sequential and distributed minimum spanning tree algorithms such as Prim, Kruskal, Boruvka and GHS.

Requirements

This project requires OpenMPI to run