Skip to content

MinovskySociety/GraphRules

Repository files navigation

grape-gundam

概述

grape-gundam 是一个在并行图计算系统grape上增加了gundam库的版本

Overview

Distributed graph algorithms library.

Install dependencies on Ubuntu

GCC version: 7.4.0 or above, support of c++17 standard required.

Install mpi:

sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev

Install glog:

sudo apt-get install libgoogle-glog-dev

Install gflags:

sudo apt-get install libgflags-dev

Install yaml:

sudo apt-get install libyaml-cpp-dev

Compile

mkdir build && cd ./build
cmake ../
make all -j

应用

Most 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors