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

Shortest path does not receive target arg #12

Open
dangover94 opened this issue Sep 30, 2019 · 0 comments
Open

Shortest path does not receive target arg #12

dangover94 opened this issue Sep 30, 2019 · 0 comments

Comments

@dangover94
Copy link

//====== 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'

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

1 participant