Skip to content

Commit

Permalink
Clarifying note on forking, exit handlers, and implicit finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nspark committed Oct 28, 2021
1 parent b8ef3a3 commit 799d6df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/interoperability.tex
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ \section{Subprocesses}
\parimpnotes{
All \openshmem implementations should ensure interoperability with
the \FUNC{posix\_spawn} and \FUNC{posix\_spawnp} \acp{API}.

\openshmem implementations that support implicit library
finalization for compatibility with \FUNC{start\_pes} should ensure
that child processes created after library initialization do not
implicitly call \openshmem operations as part of exit handlers
invoked during normal process termination.
}


Expand Down

0 comments on commit 799d6df

Please sign in to comment.