Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 245 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 245 Bytes

elektra

A suite of parallel dynamic graph algorithms

To Build

Make sure to recursively clone the submodules.

mkdir build; cd build
cmake ..
make

To run the tests

mkdir build; cd build
cmake ..
make
./elektra_test