From 421cc8bc713a12c1ea3afbccd764437304d391d6 Mon Sep 17 00:00:00 2001 From: Kevin Waters Date: Fri, 30 Aug 2024 11:00:53 -0400 Subject: [PATCH] Remove active language in reduction api args --- content/shmem_reductions.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/shmem_reductions.tex b/content/shmem_reductions.tex index 79f0b42a..46cb0abe 100644 --- a/content/shmem_reductions.tex +++ b/content/shmem_reductions.tex @@ -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,