diff --git a/content/shmem_ctx_get_team.tex b/content/shmem_ctx_get_team.tex index a378a0e34..7e77bbaff 100644 --- a/content/shmem_ctx_get_team.tex +++ b/content/shmem_ctx_get_team.tex @@ -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} diff --git a/content/shmem_team_create_ctx.tex b/content/shmem_team_create_ctx.tex index 6f626a6e6..7ebc49c69 100644 --- a/content/shmem_team_create_ctx.tex +++ b/content/shmem_team_create_ctx.tex @@ -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}