IntelligentSoftwareSystems / Galois

Galois: C++ library for multi-core and multi-node parallelization
http://iss.ices.utexas.edu/?p=projects/galois
Other
309 stars 129 forks source link

Conversion from webgraph format to .gr format from Galois paper? #382

Open chris1274 opened 2 years ago

chris1274 commented 2 years ago

I see that the uk14 data set from LAW was used in the Galois publication: https://www.vldb.org/pvldb/vol13/p1304-gill.pdf. Does the graph-convert tool provide a conversion from webgraph (.graph) to .gr? How was this conversion done?

roshandathathri commented 2 years ago

Sorry for the late response.

No, it does not. We converted from webgraph format to edge-list using the tool provided by LAW. We then converted edge-list to .gr using our converters.