Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.39 KB

README.md

File metadata and controls

53 lines (45 loc) · 1.39 KB

Skewness-aware Vertex-cut Partitioner (S5P)

The implementation of S5P.

Installation

We tested the program (main) on Ubuntu 20.046 LTS.

The programs require the below packages: g++, cmake, glog, gflags, boost:

sudo apt-get install libgoogle-glog-dev libgflags-dev libboost-all-dev cmake g++

Build Programs

#C++
cd cpp
mkdir build && cd build
cmake ..
make
#java
cd Java
#Details in Java Folder

Usage

Parameters:

  • filename(inputGraphPath): path to the edge list file
  • Vcount: $|V|$
  • Ecount: $|E|$
  • batchsize: default: 1000
  • k: the number of partitions
  • $tao$($\beta$): Skewness coefficient

Data sets used in the paper