CuSha
CuSha copied to clipboard
Which CommandLine to Run SSSP?
I used "sfBuild.sh" to compile and get "cusha" binary. It does not show which option to run SSSP/BFS/PageRank. Would you please point me out?
The specific algorithm to run should be configured according to the instructions I created here. If you want to run any of the algorithms provided, you can uncomment it in this file. The algorithm is compiled with the framework. Also, running the binary with no command should print out how to use instructions. Please have a complete look at the documentation (first link).
Got it. Thanks for your prompt reply! Hang