Skip to content

Commit 080fb03

Browse files
author
David Ozog
committed
backmatter: add const to cmp_values as v1.5 erratum
1 parent a525d83 commit 080fb03

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

content/backmatter.tex

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,21 @@ \section{Version 1.6}
749749
additional arguments. \label{changelog:pcontrol}
750750
\ChangelogRef{subsec:shmem_pcontrol}
751751
%
752+
\item Added a \texttt{const} qualifier to the \VAR{cmp\_values} argument in the
753+
following point-to-point synchronization routines:
754+
\FUNC{shmem\_wait\_until\_all\_vector},
755+
\FUNC{shmem\_wait\_until\_any\_vector},
756+
\FUNC{shmem\_wait\_until\_some\_vector},
757+
\FUNC{shmem\_test\_all\_vector}, \FUNC{shmem\_test\_any\_vector}, and
758+
\FUNC{shmem\_test\_some\_vector}. \label{changelog:p2p_vector_const}
759+
\ChangelogRef{
760+
subsec:shmem_wait_until_all_vector,
761+
subsec:shmem_wait_until_any_vector,
762+
subsec:shmem_wait_until_some_vector,
763+
subsec:shmem_test_all_vector,
764+
subsec:shmem_test_any_vector,
765+
subsec:shmem_test_some_vector}%
766+
%
752767

753768
\end{enumerate}
754769

@@ -1335,6 +1350,14 @@ \section{Version 1.5}
13351350
\FUNC{shmem\_pcontrol} to indicate that the value should be greater than 2 to enable
13361351
profiling with profile library defined effects and additional arguments
13371352
(\ref{changelog:v1.6}.\ref{changelog:pcontrol}).
1353+
\item Added a \texttt{const} qualifier to the \VAR{cmp\_values} argument in the
1354+
following point-to-point synchronization routines:
1355+
\FUNC{shmem\_wait\_until\_all\_vector},
1356+
\FUNC{shmem\_wait\_until\_any\_vector},
1357+
\FUNC{shmem\_wait\_until\_some\_vector},
1358+
\FUNC{shmem\_test\_all\_vector}, \FUNC{shmem\_test\_any\_vector}, and
1359+
\FUNC{shmem\_test\_some\_vector}
1360+
(\ref{changelog:v1.6}.\ref{changelog:p2p_vector_const}).
13381361
\end{enumerate}
13391362

13401363
%end of setlength command that was started in frontmatter.tex

0 commit comments

Comments
 (0)