Skip to content

Commit

Permalink
Update README and remove csv graph files
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim committed Mar 14, 2024
1 parent 7f961da commit 60202ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 30 deletions.
17 changes: 5 additions & 12 deletions cpp/examples/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# libcugraph examples

Example codes on how to use libcugraph.

## Contents

- users
- users: Example codes on how to use libcugraph.

- single_gpu_application: example code on how to use libgraph to run different graph algorithms in single-GPU.

- multi_gpu_application: example code on how to use libgraph to run different graph algorithms in multi-GPU.

- developers
- developers: Example codes to demonstrate graph partition and primitives in cugraph.

- graph_partition: code to explain vertex and edge partitioning in cugraph.

- cugraph_operations: example code for using cugraph primitives for simple graph operations needed to implement graph algorithms.
Expand All @@ -27,15 +27,8 @@ Run `build.sh` from the examples dir to build the above listed examples.

For single-GPU application

`path_to_executable path_to_a_csv_graph_file [memory allocation mode]`
`./path_to_executable path_to_a_csv_graph_file`

For muti-GPU application

`mpirun -np 2 path_to_executable path_to_a_csv_graph_file [memory allocation mode]`

Memory allocation mode can be one of the followings -

- cuda
- pool
- binning
- managed
`mpirun -np 2 path_to_executable path_to_a_csv_graph_file`
12 changes: 0 additions & 12 deletions cpp/examples/graph.csv

This file was deleted.

6 changes: 0 additions & 6 deletions cpp/examples/ugraph.csv

This file was deleted.

0 comments on commit 60202ff

Please sign in to comment.