You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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?
The text was updated successfully, but these errors were encountered: