Skip to content

Commit

Permalink
Move ctx_get_team example to team_create_ctx
Browse files Browse the repository at this point in the history
Signed-off-by: David M. Ozog <[email protected]>
  • Loading branch information
davidozog committed Apr 2, 2020
1 parent d3b8242 commit 1888810
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
11 changes: 0 additions & 11 deletions content/shmem_ctx_get_team.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,4 @@
Zero on success; otherwise, nonzero.
}

\begin{apiexamples}

\apicexample
{The following example demonstrates the use of contexts for multiple teams in a
\Cstd[11] program. This example shows contexts being used to communicate within
a team using team \ac{PE} numbers, and across teams using translated \ac{PE} numbers.}
{./example_code/shmem_team_context.c}
{}

\end{apiexamples}

\end{apidefinition}
7 changes: 6 additions & 1 deletion content/shmem_team_create_ctx.tex
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@
}

\begin{apiexamples}
See example in Section \ref{subsec:shmem_ctx_get_team}
\apicexample
{The following example demonstrates the use of contexts for multiple teams in a
\Cstd[11] program. This example shows contexts being used to communicate within
a team using team \ac{PE} numbers, and across teams using translated \ac{PE} numbers.}
{./example_code/shmem_team_context.c}
{}
\end{apiexamples}

\end{apidefinition}

0 comments on commit 1888810

Please sign in to comment.