Skip to content

Infinite number of random walks on a large graph simulation using MPI

Notifications You must be signed in to change notification settings

ssaleem/Random-Walk-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Many Random Walks on a Large Graph

This project simulates infinite number of random walks on a large graph in a distributed manner where MPI(Message Passing Interface) is used for inter-process communication. The program keeps graph as well as credit for each node in memory to efficiently access and update.

Installation

  • Use the Makefile to compile make
  • Tu run make run ARGS=“no_of_partitions rw graphFile partitionFile no_of_rounds"
    • graphFile: Edge representation of an undirected graph with each line containing IDs of two nodes that have an edge.
    • partitionFile: File containing partition information of nodes in the format Node ID, Node Degree, Partition ID.

About

Infinite number of random walks on a large graph simulation using MPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published