Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 316 Bytes

File metadata and controls

4 lines (3 loc) · 316 Bytes

pthreadclosestpairs

Pthreads parallelization of closest pairs for METAL graph data

The version in the bygraph directory uses multiple threads to work on the solutions for different graphs in parallel. The version in byvertex uses multiple threads to work on the solution for an individual graph in parallel.