From: wolf Date: Tue, 15 Feb 2000 09:27:15 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a522aeb54391d353591964d8cd47d3962fd2b2a6;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@2407 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/reports/multithreading/multithreading.tex b/deal.II/doc/reports/multithreading/multithreading.tex index 74d5f96950..c3b962a0c8 100644 --- a/deal.II/doc/reports/multithreading/multithreading.tex +++ b/deal.II/doc/reports/multithreading/multithreading.tex @@ -86,7 +86,7 @@ global memory at equal cost. Due to this uniform memory access (UMA) architecture, communication can be performed in the global memory and is no more costly than access to any other memory location. Thus, there is also no more need to change the mathematical -formulation to reduce communication, and programs using this architecture llok +formulation to reduce communication, and programs using this architecture look very much like programs written for single processor machines. The purpose of this report is to explain the techniques used in \texttt{deal.II} by which we try to program these computers.