gunrock / io

Input (scripts, etc.) and output (scripts, performance results, etc.) for Gunrock and other graph engines
10 stars 6 forks source link

BFS: do_a and do_b heatmap #52

Closed jowens closed 4 years ago

jowens commented 4 years ago

do_a and do_b heatmap I want to regenerate a heatmap like this: http://gunrock.github.io/gunrock/doc/latest/md_stats_do_ab_random.html with v1+ code and have it be side-by-side to the older heatmap. This requires generating some data using a simple script.

jowens commented 4 years ago

@neoblizz : do we have any data for do_a and do_b that I can use?

neoblizz commented 4 years ago

Can you use the older JSONs for this for now? https://github.com/gunrock/io/tree/master/gunrock-output/topc/BFS.CentOS7.2_k40cx1_do_sweep2 Once I rerun the experiments the results would be approx. the same, just the schema would be different.

jowens commented 4 years ago

We already have this though:

https://gunrock.github.io/gunrock/doc/latest/md_stats_do_ab_random

What would be different?

neoblizz commented 4 years ago

Well no, it's the same thing. Do you have to update the scripts to reproduce that? I'll generate updated results this week for both this issue and issue #57.

jowens commented 4 years ago

I don't see that we have to update anything, do we? It's already published, it looks fine to me ...

neoblizz commented 4 years ago

Old one is fine. I would love viridis color scheme on the new one when we generate that.

jowens commented 4 years ago

If you generate new data, I'll generate a new set of graphs, and use viridis. Probably not worth it to overhaul the old scripts just to put it in the new format.

neoblizz commented 4 years ago

Just to get things started, one dataset is finished for 1.x.x: https://github.com/gunrock/io/tree/master/gunrock-output/v1-0-0/dobfs_parameter_sweep

Rest are still running and I will add them to the same folder under their respective dataset name.

jowens commented 4 years ago

Unassigning myself until we get more data.

neoblizz commented 4 years ago

https://github.com/gunrock/io/tree/master/gunrock-output/v1-0-0/dobfs_parameter_sweep more data. I am having issues with the rmat generator, so the last 2 graphs will be added later.

jowens commented 4 years ago

gunrock_dobfs_heatmaps_soc-LiveJournal1_do_ab gunrock_dobfs_heatmaps_hollywood-2009_do_ab gunrock_dobfs_heatmaps_road_usa_do_ab gunrock_dobfs_heatmaps_rmat_n24_e16 000000_do_ab gunrock_dobfs_heatmaps_indochina-2004_do_ab gunrock_dobfs_heatmaps_soc-orkut_do_ab

neoblizz commented 4 years ago

Thank you, these are really cool to see. These can go live on the site.

neoblizz commented 4 years ago

rmats are very similar, so I am only doing one of those. Closing this.

Edit: we can close this after the merge.