Skip to content

Multithreaded implementation of PageRank algorithm using share memory

Notifications You must be signed in to change notification settings

jackkolokasis/PageRank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pagerank

This project provides implementation of PageRank algorithm on multithreading version on shared memory. This implementation evaluates and run on cluster sith0. This implementation based on use of Pthread library.

This project includes directories: * src : There are all the scr code * datasets : There are src code to generate a randome graph dataset for the experiments. * metrics : There are all the metrics from the experiments. * presentation : The presentation slides.

How to Make

Generate Graphs

make generateGraphs

Multithreadin Pagerank Put Threads In Cores Fill Soccet By Soccet

make pagerank

Multithreading Pagerank Put Thread in Core In Different Soccets

make sockArr_pagerank

Remove All

make removeAll

#Run The Experiments make runAll

About

Multithreaded implementation of PageRank algorithm using share memory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published