用户工具

站点工具


zh:notes:install_pgd

Install 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
zh/notes/install_pgd.txt · 最后更改: 2023/04/24 13:49 由 pzczxs