Skip to content

Commit

Permalink
Update README.md - minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bondhugula authored Jun 21, 2023
1 parent f6d2e1b commit 246bf03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@ print execution time for the core part of the computation as well.
To run the Pluto parallelized version:

```shell
OMP_NUM_THREADS=4; ./par
OMP_NUM_THREADS=4 ./par
```

To run native compiler optimized/auto-parallelized version:

```shell
OMP_NUM_THREADS=4; ./orig_par
OMP_NUM_THREADS=4 ./orig_par
```

To run the original unparallelized code:
Expand Down

0 comments on commit 246bf03

Please sign in to comment.