Skip to content

Commit

Permalink
Changelog for fork/subprocess interoperability
Browse files Browse the repository at this point in the history
  • Loading branch information
nspark committed Oct 28, 2021
1 parent 507d765 commit 8cd6cad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion content/backmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,10 @@ \section{Version 1.6}
\openshmem[1.5] Table 10, and clarified the types, names, and supporting
operations for team-based reductions.
\ChangelogRef{teamreducetypes}%
%
\item Clarified the interaction of the \openshmem library with
subprocess creation.%
\ChangelogRef{subsec:subprocess}%
\end{itemize}

\section{Version 1.5}
Expand Down Expand Up @@ -742,7 +746,7 @@ \section{Version 1.5}
subsec:shmem_reductions}%
%
\item Clarified interoperability of \openshmem with other programming models.
\ChangelogRef{sec:interoperability}%
\ChangelogRef{sec:interoperability, subsec:mpi}%
%
\item Clarified restrictions on using pointers to symmetric objects.
\ChangelogRef{
Expand Down
4 changes: 2 additions & 2 deletions content/interoperability.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ \chapter{Interoperability with Other Programming Models}\label{sec:interoperabil
and advice to \openshmem library users and developers that may improve the portability
and performance of hybrid programs.

\section{Subprocesses}
\section{Subprocesses}\label{subsec:subprocess}

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


\section{MPI Interoperability}
\section{MPI Interoperability}\label{subsec:mpi}

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

0 comments on commit 8cd6cad

Please sign in to comment.