Skip to content

Commit

Permalink
Updates from sec committee review
Browse files Browse the repository at this point in the history
Signed-off-by: James Dinan <[email protected]>
  • Loading branch information
jdinan committed Mar 24, 2020
1 parent c5985a3 commit fbdaeb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/shmem_team_split_2d.tex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
The size of the \VAR{y} dimension will be equal to $\lceil N \div xrange \rceil$, where
\VAR{N} is the size of the parent team. In other words,
$xrange \times yrange \geq N$, so that every \ac{PE} in the parent team has a
unique \VAR{(x,y)} location the 2D Cartesian space. The resulting \VAR{xaxis\_team}
unique \VAR{(x,y)} location in the 2D Cartesian space. The resulting \VAR{xaxis\_team}
and \VAR{yaxis\_team} correspond to the calling \ac{PE}'s row and column, respectively, in the
2D Cartesian space.

Expand Down
2 changes: 1 addition & 1 deletion content/shmem_team_split_strided.tex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
i \in \mathbb{Z}_{size-1}
\end{equation*}
where $\mathbb{Z}$ is the set of natural numbers ($0, 1, \dots$), $N$ is the
number of \acp{PE} in the parent team and $size$ is a positivie number indicating
number of \acp{PE} in the parent team and $size$ is a positive number indicating
the number of \acp{PE} in the new team. The index $i$ specifies the number of
the given PE in the new team. Thus, \acp{PE} in the new team remain in the same
relative order as in the parent team.
Expand Down

0 comments on commit fbdaeb6

Please sign in to comment.