- In
ctf/generator
, runmake -f Makefile.BFS.mpi
. - Download this release of CTF.
- In
ctf
, runmake
to create thetest_mst
executable.
Run with a R-MAT graph with 2^S vertices and average edge degree E.
./test_mst -S 6 -E 8
Run with a uniform graph with n vertices and sp*n^2 edges.
./test_mst -n 1000 -sp 0.005
-shortcut3 X
: trigger complete shortcutting if global number of vertices with changed parent is less than X. We used 131072.-as 1
: pairwise implementation of hook step.
If you use this implementation, please cite this paper.