Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huyang1988 authored Jun 24, 2018
1 parent 1a7c63a commit 9729587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ It only keeps the edges from lower degree vertex to higher degree vertex. After

## Graph Challenge Example Dataset and Toolkit

The dataset path is ```TC/example_dataset/amazon0302/```, the _\_adj.mmio_ is the original data format downloaded from https://graphchallenge.mit.edu/data-sets. Converter tool source code is in ```TC/gConv/```, copy the executable to dataset path, line 8 of the bash script ```converter.sh``` needs to be modified (set the number to vertex count +1, the vertex count can be found by ```less <input>_adj.mmio).
The dataset path is ```TC/example_dataset/amazon0302/```, the _\_adj.mmio_ is the original data format downloaded from https://graphchallenge.mit.edu/data-sets. Converter tool source code is in ```TC/gConv/```, copy the executable to dataset path, line 8 of the bash script ```converter.sh``` needs to be modified (set the number to vertex count +1, the vertex count can be found by ```less \<input\>_adj.mmio).

0 comments on commit 9729587

Please sign in to comment.