Skip to content

Instantly share code, notes, and snippets.

@Neelam96
Last active July 12, 2021 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Neelam96/695101b9de7555af36263bc5031e3837 to your computer and use it in GitHub Desktop.
Save Neelam96/695101b9de7555af36263bc5031e3837 to your computer and use it in GitHub Desktop.
Download links for datasets:
LiveJournal - http://snap.stanford.edu/data/soc-LiveJournal1.html
com-orkut - http://snap.stanford.edu/data/com-Orkut.html
twitter - http://an.kaist.ac.kr/~haewoon/release/twitter_social_graph/twitter_rv.tar.gz
pld_arc - http://data.dws.informatik.uni-mannheim.de/hyperlinkgraph/2012-08/pld-arc.gz
kron - Refer the issue on GAP benchmark for "Generation of kronecker graphs" (Also see the note below)
road - http://www.dis.uniroma1.it/challenge9/data/USA-road-d/USA-road-d.USA.gr.gz
urand - Refer bench.mk inside GAP benchmark original repo by Scott (Also see the note below)
soc-pokec - http://snap.stanford.edu/data/soc-pokec-relationshps.txt.gz
Extract the .zip or .gz files
Once the .txt file is downloaded convert them to .el files
mv <file-name>.txt <file-name>.el
Convert the .el file to .sg file using converter.cc of GAP benchmark:
./converter -f <file-name>.el -b <file-name>.sg
Convert the .el file to .wsg file using converter.cc of GAP benchmark:
./converter -f <file-name>.el -wb <file-name>.wsg
Note:
These values are calculated as per DROPLET HPCA'19 paper by Abanti Basak
1. Generation of kron dataset commands:
.sg file:
./converter -g24 -k16 -b <file-name>.sg
.wsg file:
./converter -g24 -k16 -wb <file-name>.wsg
2. Generation of urand dataset commands:
.sg file:
./converter -u23 -k16 -b <file-name>.sg
.wsg file:
./converter -u23 -k16 -wb <file-name>.wsg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment