We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we need some graph inputs as examples
The text was updated successfully, but these errors were encountered:
Might be nice to have:
Sorry, something went wrong.
9b1f608 adds a generate-inputs script that produces a few graphs. It's part of the init script:
generate-inputs
init
$ ./init
It produces inputs/rmat-10M-symm-bin and inputs/rmat-1M-symm-bin which can be passed to our graph benchmarks, e.g.:
inputs/rmat-10M-symm-bin
inputs/rmat-1M-symm-bin
$ cd mpl $ make bfs.mpl.bin $ bin/bfs.mpl.bin @mpl procs 8 -- ../inputs/rmat-10M-symm-bin
No branches or pull requests
we need some graph inputs as examples
The text was updated successfully, but these errors were encountered: