alexchao2012 / graphchi

Automatically exported from code.google.com/p/graphchi
0 stars 0 forks source link

Running pagerank with a simple input file in adjacency list format causes an assertion #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. bin/exampleapps/pagerank file pagerank2.txt
2.
3.

What is the expected output? What do you see instead?
top vertices

What version of the product are you using? On what operating system?
Using 0.1b of graphchi on Mac OSX 10.5.6

Please provide any additional information below.

Original issue reported on code.google.com by moizr...@gmail.com on 2 Aug 2012 at 1:01

Attachments:

GoogleCodeExporter commented 8 years ago
The issue is with the input file. I was using alphanumeric id's for the vertex 
id vs numeric ids. 

Original comment by moizr...@gmail.com on 2 Aug 2012 at 6:26