From: W. Trevor King Date: Fri, 1 Oct 2010 14:01:01 +0000 (-0400) Subject: Correct typo "nning" -> "running" in content/message_passing/index.shtml. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=200bf79e48bcbe9d772b50819389bfde4f751219;p=parallel_computing.git Correct typo "nning" -> "running" in content/message_passing/index.shtml. --- diff --git a/content/message_passing/index.shtml b/content/message_passing/index.shtml index a24f593..4c7f5f5 100644 --- a/content/message_passing/index.shtml +++ b/content/message_passing/index.shtml @@ -9,7 +9,7 @@

The advantage of using parallel computers to perform large tasks stems from the division of these tasks into smaller sub-tasks to be -handled simultaneously nning on different nodes. On distributed +handled simultaneously running on different nodes. On distributed memory systems, this invariably requires node-to-node communication. MPI provides these services.