Skip to content

Commit

Permalink
Fix argmuent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinan authored Nov 1, 2024
1 parent 01ea152 commit 8c1e19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/backmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ \chapter{Undefined Behavior in OpenSHMEM}\label{sec:undefined}
If the triplet provided to \FUNC{shmem\_team\_split\_strided} implies a
wrap-around sequence, the input is considered invalid and the behavior is
undefined.
In other words, when $stride$ is nonzero, a newly created team must only
In other words, when \VAR{stride} is nonzero, a newly created team must only
include \acp{PE} whose subsequent parent \ac{PE} values are either all
increasing (for positive \VAR{stride}) or all decreasing (for negative
\VAR{stride}).
Expand Down

0 comments on commit 8c1e19b

Please sign in to comment.