From: Wolfgang Bangerth Date: Fri, 23 Apr 2021 22:40:34 +0000 (-0600) Subject: Fix a typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5dc99b436c57705c63dfcff3bae40bbaea21d4;p=release-papers.git Fix a typo. --- 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