From af5dc99b436c57705c63dfcff3bae40bbaea21d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 23 Apr 2021 16:40:34 -0600 Subject: [PATCH] Fix a typo. --- 9.3/paper.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9.3/paper.tex b/9.3/paper.tex index 302f451..bde5de8 100644 --- a/9.3/paper.tex +++ b/9.3/paper.tex @@ -800,7 +800,7 @@ in the context of a hybrid-multigrid solver. \subsection{MPI-3.0 shared-memory support} In many large computations, certain pieces of data are computed once -and then threated as read-only. If this information is needed by more +and then treated as read-only. If this information is needed by more than one MPI process, it is more efficient to store this information only once in shared memory among all processes located on a multicore node. MPI supports the creation of such shared memory windows since -- 2.39.5