This is a MPI Implementation of Page Rank Algorithm
From the main directory run 'make' to generate the main executable in the root directory.
From the main directory run make all
. This will create all executables in the bin directory.
You can also run make clean all. To perform a rebuild.
From the main directory run mpirun -np <number of threads> ./main
or 'mpirun -np
See readme in sdk directory on how to generate matrix input file, and test results.