Skip to content

This repository contains the cuStinger data structure used for dynamic graph representation.

License

Notifications You must be signed in to change notification settings

maksud/cuStinger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuSTINGER

cuSTINGER is no longer supported. Please visit Hornet for an improved dynamic graph data structure (https://github.com/hornet-gt/hornet)

The following includes instructions on how to clone and build this repo. It is important that you clone the repo with all its dependencies using the recursive option:

git clone --recursive https://github.com/cuStinger/cuStinger.git

To build the repo, proceed to cd in the clone directory and proceed as follows:

mkdir build && cd build
cmake ..
make -j8

At this point cuSTINGER is ready for use. Currently, cuSTINGER has a single demo that can be executed:

./cuMain inputgraph graph-name

For example (assuming your graphs are stored in the directory ~/dimacs:

./cuMain ~/dimacs/astro-ph.graph astro-ph

cuSTINGER can currently read the following graph types:

Additional information on cuSTINGER can be found in the HPEC'16 conference paper.

About

This repository contains the cuStinger data structure used for dynamic graph representation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 47.2%
  • Cuda 46.4%
  • C 4.4%
  • CMake 2.0%