Skip to content

charisvt/PDS-KNN

Repository files navigation

Parallel all-kNN

Usage:

Compile with:

mpi knn.c -o knn -fopenmp -lopenblas -O3

Run with:

mpiexec -n {num of nodes P} ./knn {num of points M} {num of dimensions D} {num of neighbors k}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published