1 parent 9c192e7 commit 426a09cCopy full SHA for 426a09c
1 file changed
README.md
@@ -88,7 +88,7 @@ To scale our $1024 \times 1024$ grid across distributed nodes, we implement **1D
88
89
If the global grid size is $NX \times NY$, and we launch the application with $P$ MPI Ranks, the domain is sliced horizontally:
90
91
-$\text{local\_nx} = \frac{NX}{P}$
+$$\text{local\_nx} = \frac{NX}{P}$$
92
93
#### Example Distribution ($1024 \times 1024$ Grid across 4 Ranks)
94
* **Rank 0** : Manages Global Rows $0$ to $255$ ($\text{local\_nx} = 256$)
0 commit comments