Skip to content

minaee/parallel-Closest-Pair-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

parallel-Closest-Pair-problem

a parallel algorithm for finding Closest pair in 2-D space

You should have OPEN-MPI standard installed on your system. version 1.8.1 or later. you shall compile it like: mpicc parallel-Closest-Pair.c -lm -o parallel-Closest-Pair.o then run it with: mpirun -n [num 0f processes] parallel-Closest-Pair.o [input, sth dividable by num of processes]

About

an parallel algorithm for finding Closest pair in 2-D space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages