From f8cabc62e256a3a1e70e38f2875b926cbd5ffa77 Mon Sep 17 00:00:00 2001 From: Alex Razoumov Date: Mon, 23 Sep 2024 15:45:32 -0700 Subject: [PATCH] rename n outputFrequency in 14-parallel-case-study.md --- episodes/14-parallel-case-study.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/episodes/14-parallel-case-study.md b/episodes/14-parallel-case-study.md index f6678e8..19cbeae 100644 --- a/episodes/14-parallel-case-study.md +++ b/episodes/14-parallel-case-study.md @@ -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 @@ -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