Skip to content

fegaras/MPIgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPIgraph

Implementation of the Pregel algorithm for large graph processing using MPI.

Installation

MPIgraph depends on MPI, C++ (11 or newer), and make. Install either open-mpi 5.0 from https://www.open-mpi.org/software/ or MVAPICH2 2.3 from https://mvapich.cse.ohio-state.edu/downloads/.

Edit the file setup.sh to point to your installation directories. For open-mpi, do:

source setup.sh

for MVAPICH2, do:

mvapich=y source setup.sh

Compile MPIgraph using:

make

You can test Pregel by running PageRank on a random graph of 1000 vertices using two executors and 5 steps using:

n=2 ./run 1000 5

About

Graph Processing using MPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published