From 200bf79e48bcbe9d772b50819389bfde4f751219 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 1 Oct 2010 10:01:01 -0400 Subject: [PATCH] Correct typo "nning" -> "running" in content/message_passing/index.shtml. --- content/message_passing/index.shtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.26.2