Skip to content

Commit

Permalink
Will also need this chapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Nov 10, 2024
1 parent 1a12512 commit 22e4c4d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deterministic.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
\chapter{Deterministic Parallel Programming}

\begin{definition}[Deterministic program]
A program that for the same input always produces the same output.
In particular, it is not sensitive to how (or if) it is executed in
parallel.
\end{definition}


%%% Local Variables:
%%% mode: LaTeX
%%% TeX-master: "dpp-notes"
%%% End:
2 changes: 2 additions & 0 deletions dpp-notes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ \section{Meta}
\newpage
\listoftheorems[title=Definitions,ignoreall,show={definition}]

\input{deterministic.tex}

\input{cost-models.tex}

\newpage
Expand Down

0 comments on commit 22e4c4d

Please sign in to comment.