Skip to content

Commit 426a09c

Browse files
authored
Update README.md
1 parent 9c192e7 commit 426a09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To scale our $1024 \times 1024$ grid across distributed nodes, we implement **1D
8888

8989
If the global grid size is $NX \times NY$, and we launch the application with $P$ MPI Ranks, the domain is sliced horizontally:
9090

91-
$\text{local\_nx} = \frac{NX}{P}$
91+
$$\text{local\_nx} = \frac{NX}{P}$$
9292

9393
#### Example Distribution ($1024 \times 1024$ Grid across 4 Ranks)
9494
* **Rank 0** : Manages Global Rows $0$ to $255$ ($\text{local\_nx} = 256$)

0 commit comments

Comments
 (0)