Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inputs: add graph inputs #1

Open
umutacar opened this issue May 5, 2022 · 2 comments
Open

inputs: add graph inputs #1

umutacar opened this issue May 5, 2022 · 2 comments

Comments

@umutacar
Copy link

umutacar commented May 5, 2022

we need some graph inputs as examples

@shwestrick
Copy link
Contributor

Might be nice to have:

  1. a small graph for quick testing that fits in GitHub's file limit (< 50mb ?)
  2. graph generators for large random graphs of different models
  3. a script to download (and convert into the appropriate format) standard graphs like Orkut, Twitter, etc.

@shwestrick
Copy link
Contributor

9b1f608 adds a generate-inputs script that produces a few graphs. It's part of the init script:

$ ./init

It produces inputs/rmat-10M-symm-bin and inputs/rmat-1M-symm-bin which can be passed to our graph benchmarks, e.g.:

$ cd mpl
$ make bfs.mpl.bin
$ bin/bfs.mpl.bin @mpl procs 8 -- ../inputs/rmat-10M-symm-bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants