Skip to content

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

Notifications You must be signed in to change notification settings

gonidelis/kNN_MPI

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

No packages published