Skip to content

Commit 8cd6cad

Browse files
committed
Changelog for fork/subprocess interoperability
1 parent 507d765 commit 8cd6cad

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/backmatter.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,10 @@ \section{Version 1.6}
668668
\openshmem[1.5] Table 10, and clarified the types, names, and supporting
669669
operations for team-based reductions.
670670
\ChangelogRef{teamreducetypes}%
671+
%
672+
\item Clarified the interaction of the \openshmem library with
673+
subprocess creation.%
674+
\ChangelogRef{subsec:subprocess}%
671675
\end{itemize}
672676

673677
\section{Version 1.5}
@@ -742,7 +746,7 @@ \section{Version 1.5}
742746
subsec:shmem_reductions}%
743747
%
744748
\item Clarified interoperability of \openshmem with other programming models.
745-
\ChangelogRef{sec:interoperability}%
749+
\ChangelogRef{sec:interoperability, subsec:mpi}%
746750
%
747751
\item Clarified restrictions on using pointers to symmetric objects.
748752
\ChangelogRef{

content/interoperability.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ \chapter{Interoperability with Other Programming Models}\label{sec:interoperabil
77
and advice to \openshmem library users and developers that may improve the portability
88
and performance of hybrid programs.
99

10-
\section{Subprocesses}
10+
\section{Subprocesses}\label{subsec:subprocess}
1111

1212
In some cases, an \openshmem application may be used to create or
1313
orchestrate other processes, which can be created through a number of
@@ -48,7 +48,7 @@ \section{Subprocesses}
4848
}
4949

5050

51-
\section{MPI Interoperability}
51+
\section{MPI Interoperability}\label{subsec:mpi}
5252

5353
\openshmem and \ac{MPI} are two commonly used parallel programming models for
5454
distributed-memory systems. The user can choose to utilize both models in the same program

0 commit comments

Comments
 (0)