Skip to content

Commit 181690f

Browse files
Changes
1 parent dcee9e4 commit 181690f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/exercises/loadbalancing.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2>Part&nbsp;1 – Introducing Imbalance</h2>
2828
<ol>
2929
<li>
3030
Let <code>m&nbsp;×&nbsp;m</code> be the chare-array dimensions and <code>k</code> the baseline number of particles per chare. Update the number of particles per chare to be
31-
<span lang="latex">N_{x,y} = k + \frac{2k(x + y)}{2m}</span>.
31+
<span lang="latex">N_{x,y} = k + \frac{k(x + y)}{m}</span>.
3232
</li>
3333

3434
<li>
@@ -39,6 +39,8 @@ <h2>Part&nbsp;1 – Introducing Imbalance</h2>
3939
</li>
4040
</ol>
4141

42+
<p><u>Variants</u>: Instructors may choose to use a different formula for introducing imbalance</p>
43+
4244
<!-- =================================================================== -->
4345
<h2>Part&nbsp;2 – Adding Migration Support &amp; Load-Balancing</h2>
4446

0 commit comments

Comments
 (0)