Skip to content

Commit

Permalink
Merge pull request #9 from davidozog/pr/add_const_to_cmp_values
Browse files Browse the repository at this point in the history
backmatter: add const to cmp_values as v1.5 erratum
  • Loading branch information
kwaters4 authored Oct 10, 2024
2 parents a525d83 + 080fb03 commit 6f0da95
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions content/backmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,21 @@ \section{Version 1.6}
additional arguments. \label{changelog:pcontrol}
\ChangelogRef{subsec:shmem_pcontrol}
%
\item Added a \texttt{const} qualifier to the \VAR{cmp\_values} argument in the
following point-to-point synchronization routines:
\FUNC{shmem\_wait\_until\_all\_vector},
\FUNC{shmem\_wait\_until\_any\_vector},
\FUNC{shmem\_wait\_until\_some\_vector},
\FUNC{shmem\_test\_all\_vector}, \FUNC{shmem\_test\_any\_vector}, and
\FUNC{shmem\_test\_some\_vector}. \label{changelog:p2p_vector_const}
\ChangelogRef{
subsec:shmem_wait_until_all_vector,
subsec:shmem_wait_until_any_vector,
subsec:shmem_wait_until_some_vector,
subsec:shmem_test_all_vector,
subsec:shmem_test_any_vector,
subsec:shmem_test_some_vector}%
%

\end{enumerate}

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

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

0 comments on commit 6f0da95

Please sign in to comment.