hornet-gt / hornet

Hornet data structure for sparse dynamic graphs and matrices
BSD 3-Clause "New" or "Revised" License
78 stars 31 forks source link

Google test #32

Open seunghwak opened 5 years ago

seunghwak commented 5 years ago

This updates hornet to use Google test. Test files will be located under build/gtests directory. Test files take command line arguments (e.g. graph file path) as before. Fixed several bugs on the way. Older versions of breadth-first-search and triangle-counting are replaced with the new ones (triangle2, bfs2, BfsTopDown2, and TriangleCounting2) and removed 2 from their names.

seunghwak commented 5 years ago

Added quick fixes for the FPE issue in systems with more than 8 GPUs and the KatzCentralityDynamic compile error.