Skip to content

jamesETsmith/rmat_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rmat_generator

build

A random matrix generator using recursive matrix (R-MAT) method from Chakrabarti, Zhan, and Faloutsos.

Build

cmake -B build
cmake --build build --parallel 6
ctest --test-dir build --parallel 6

Benchmark

See the benchmark source files in benchmark. The built executables should all be in <your_build_dir>/benchmark. The command line interface for benchmarks should all support --help so run <benchmark> --help for up-to-date info about their command line interface.

About

Random matrix generator using RMAT algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published