Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ritvikrao committed Sep 11, 2024
1 parent 81fd98f commit 61275c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/sssp/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ relaxes edges until the distance values of each vertex from the source can no
longer be improved any further. Termination is detected using the quiescence
detection feature in Charm4Py. To run this program, run the following command:

```

python3 -m charmrun.start +p<N> <num_vertices> <num_edges> <random_seed> <source_vertex>

```
$ python3 -m charmrun.start +p<N> <num_vertices> <num_edges> <random_seed> <source_vertex>

where:
- num_vertices = the number of vertices in the graph
Expand Down

0 comments on commit 61275c9

Please sign in to comment.