The 11GB twitter graph takes too long for quick testing, that also stresses TBB a bit. Download a graph from here, that is more in the 1MB size range (in CSR form that is).
Pick a graph
Encode it into .idx/.adj format using tool.
Generate the reference outputs using galois, and add them to the algorithm_tests.cpp file
Add the new file to the existing small test cases. Add to the GENERATE() in catch
The 11GB twitter graph takes too long for quick testing, that also stresses TBB a bit. Download a graph from here, that is more in the 1MB size range (in CSR form that is).
.idx/.adj
format using tool.GENERATE()
in catch