Skip to content

Commit

Permalink
Remove active language in reduction api args
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaters4 committed Aug 30, 2024
1 parent 129573e commit 421cc8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/shmem_reductions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ \subsubsubsection{PROD}
contains one element for each separate reduction routine.
The type of \source{} should match that implied in the SYNOPSIS section.}
\apiargument{IN}{nreduce}{The number of elements in the \dest{} and \source{}
arrays. In teams based \ac{API} calls, \VAR{nreduce} must be of type size\_t.
In deprecated active-set based \ac{API} calls,
\VAR{nreduce} must be of type integer.}
arrays. In teams based \ac{API} calls, \VAR{nreduce} must be of type size\_t.}

\begin{DeprecateBlock}
\apiargument{IN}{nreduce}{In active-set based \ac{API} calls,
Expand Down

0 comments on commit 421cc8b

Please sign in to comment.