SkillAgentSearch skills...

Pcpm

partition-centric GAS based pagerank computation

Install / Use

/learn @kartiklakhotia/Pcpm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

README

What is this repository for?

  • Find the paper on https://arxiv.org/abs/1709.07122
  • Baseline is propagation blocking (http://www.scottbeamer.net/pubs/beamer-ipdps2017.pdf)
  • SpMV acceleration - Avoiding random accesses and reducing overall communication

Directory Structure

  • src -> different pagerank implementations (baselines and partition-centric processing)
  • include -> hpp files with general purpose functions used in all implementations

Input Data

  • The programs in src/ directory use graph in csr binary format
  • Use the csr_gen utility to create binary csr files from edge list of a graph
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated3mo ago
Forks3

Languages

C++

Security Score

67/100

Audited on Dec 29, 2025

No findings