grape-gundam 是一个在并行图计算系统grape上增加了gundam库的版本
Distributed graph algorithms library.
GCC version: 7.4.0 or above, support of c++17 standard required.
Install mpi:
sudo apt-get install openmpi-bin openmpi-doc libopenmpi-devInstall glog:
sudo apt-get install libgoogle-glog-devInstall gflags:
sudo apt-get install libgflags-devInstall yaml:
sudo apt-get install libyaml-cpp-devmkdir build && cd ./build
cmake ../
make all -jMost of the applications contained in this project utilzied GAR in addidion to GUNDAM. The document of GAR for coding see here.
The documents of the applications listed below are collected in the user_doc since they does not require the user for coding.