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

Execution of bc_adj application from apps/output_cpp/bin #131

Open
Premas opened this issue Jan 6, 2018 · 1 comment
Open

Execution of bc_adj application from apps/output_cpp/bin #131

Premas opened this issue Jan 6, 2018 · 1 comment

Comments

@Premas
Copy link

Premas commented Jan 6, 2018

When I try to execute bc_adj application, it suggest me to use following commad:

Usage: ./sssp_path <input_file> <config_file> <num_threads>

How could we get the config file?

@nrodia
Copy link
Contributor

nrodia commented Apr 14, 2018

The config file is for specifying which node's BC values should be output at the end of the program. You can put the node ids on their own lines, such as:
1
2
3

You can see the details in the bc_adj_main.cc file.

And of course it should be run as: ./bc_adj <input_file> <config_file> <num_threads>

I recommend using the binary file format instead, though, as it will make the graph loading step much faster if you run a program with the same graph more than once.

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