graph-convert and WDC12 index/arc files
JulianToya opened this issue · 1 comments
JulianToya commented
Hey there,
I was hoping to run Galois with the Web Data Commons 2012 graph (at least the PLD graph) and was wondering how to properly process the index and arc files into the .gr binary necessary. Attempting to use graph-convert with the --edgelist2binary
option along with the arc file, produced a binary that caused the provided bfs program (in lonestar) to error with
ERROR: /home/jtoya/projects/Galois/libgalois/src/FileGraph.cpp:138: unknown file version 0
Any and all help is much appreciated!
JulianToya commented
Whoops, sorry about that! Just missed the --edgelist2gr
option.