Skip to content

gonidelis/kNN_MPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A program that calculates the knn neighboors.

Gonidelis Ioannis - 8794 / Papageorgiou Dimitrios - 8884

Prerequisites

lopenblas is needed. Use:

>sudo apt-get install libopenblas-dev

Usage for tester

In the kNN-MPI folder type:

> make test_sequential

or

> make test_synchronous

or

> make test_asynchronous

Main Usage

In the src folder type:

>make knnring_sequential

About

A kNN implementation (synchronous/asynchronous) using MPI (sequntial version included)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors