Skip to content

Commit

Permalink
rename n outputFrequency in 14-parallel-case-study.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Razoumov committed Sep 23, 2024
1 parent 611a716 commit f8cabc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/14-parallel-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ benchmark solution with our `coforall` parallelization to see how the performanc

```bash
chpl --fast parallel1.chpl
./parallel1 --rows=650 --cols=650 --x=200 --y=300 --niter=10000 --tolerance=0.002 --n=1000
./parallel1 --rows=650 --cols=650 --x=200 --y=300 --niter=10000 --tolerance=0.002 --outputFrequency=1000
```

```output
Expand Down Expand Up @@ -291,7 +291,7 @@ Using the solution in the Exercise 4, we can now compare the performance with th

```bash
chpl --fast parallel2.chpl
./parallel2 --rows=650 --cols=650 --x=200 --y=300 --niter=10000 --tolerance=0.002 --n=1000
./parallel2 --rows=650 --cols=650 --x=200 --y=300 --niter=10000 --tolerance=0.002 --outputFrequency=1000
```

```output
Expand Down

0 comments on commit f8cabc6

Please sign in to comment.