@@ -749,6 +749,21 @@ \section{Version 1.6}
749
749
additional arguments. \label {changelog:pcontrol }
750
750
\ChangelogRef {subsec:shmem_pcontrol }
751
751
%
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
+ %
752
767
753
768
\end {enumerate }
754
769
@@ -1335,6 +1350,14 @@ \section{Version 1.5}
1335
1350
\FUNC {shmem\_ pcontrol} to indicate that the value should be greater than 2 to enable
1336
1351
profiling with profile library defined effects and additional arguments
1337
1352
(\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 }).
1338
1361
\end {enumerate }
1339
1362
1340
1363
% end of setlength command that was started in frontmatter.tex
0 commit comments