Second exercise for Parallel and Distributed Systems. Searches kNN with MPI
sudo apt-get install libopenblas-dev
sudo apt-get install openmpi-bin openmpi-common openssh-client openssh-server libopenmpi-dev
mpicc mpi-hello.c -o out
mpirun --oversubscribe -np 4 out