diff options
Diffstat (limited to 'BFS/baselines/gpu/README')
-rw-r--r-- | BFS/baselines/gpu/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BFS/baselines/gpu/README b/BFS/baselines/gpu/README new file mode 100644 index 0000000..f2dfefa --- /dev/null +++ b/BFS/baselines/gpu/README @@ -0,0 +1,9 @@ +Breadth-First Search (BFS) + +Compilation instructions: + + make + +Execution instructions + + ./bfs -f ../../data/loc-gowalla_edges.txt |