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
//====== Graph Benchmark Suites ======// //========== Shortest Path ===========// // // Single-source shortest path // // Usage: ./sssp --dataset // --root // --target
________ .__ . ________ / / ______ | |____ \ |/ / / \ _ __ _ \ _ | | | | / / \ ___ \ _\ \ | // __ | |> > Y \ | \ \ _\ ___ /__| (___ / /|| /_____ /|___ / / /|__| / / /
================================================================== Benchmark: sssp shortest path [ERROR] unkown argument: --target [Usage]: --dataset: path of dataset files default - '/home/heydamy/GraphBIG/benchmark/bench_shortestPath/Knowledge_Repo' --help: print help info --root: root/starting vertex default - '3' --separator: separators of csv dataset files default - '|,' --threadnum: thread number default - '1'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
//====== Graph Benchmark Suites ======//
//========== Shortest Path ===========//
//
// Single-source shortest path
//
// Usage: ./sssp --dataset
// --root
// --target
@ubuntu:~/GraphBIG/benchmark/bench_shortestPath$ ./sssp --dataset /home/heydamy/GraphBIG/benchmark/bench_shortestPath/Knowledge_Repo --root 3 --target 20
________ .__ . ________
/ / ______ | |____ \ |/ /
/ \ _ __ _ \ _ | | | | / / \ ___
\ _\ \ | // __ | |> > Y \ | \ \ _\
___ /__| (___ / /|| /_____ /|___ /
/ /|__| / / /
==================================================================
Benchmark: sssp shortest path
[ERROR] unkown argument: --target
[Usage]:
--dataset: path of dataset files
default - '/home/heydamy/GraphBIG/benchmark/bench_shortestPath/Knowledge_Repo'
--help: print help info
--root: root/starting vertex
default - '3'
--separator: separators of csv dataset files
default - '|,'
--threadnum: thread number
default - '1'
The text was updated successfully, but these errors were encountered: