目录

Install PGD

source: https://github.com/nkahmed/PGD

Operation System

Ubuntu 22.04(64 bits)

Install gcc

> apt update
> apt install build-essential
> gcc --version

Download PGD

> wget https://github.com/nkahmed/PGD/archive/refs/heads/master.zip
> unzip -q master.zip
> mv PGD-master PGD

Make PGD

Before compiling, please change the statement in line 42 in the file “graphlet_utils.cpp” to the following: return ifile.is_open().

> cd PGD
> make

Usage

> ./pgd --help
> ./pgd -f sample_graph.csv