projects
/
parallel_computing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2bbe2f
)
Correct typo "nning" -> "running" in content/message_passing/index.shtml.
author
W. Trevor King
<wking@drexel.edu>
Fri, 1 Oct 2010 14:01:01 +0000
(10:01 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Fri, 1 Oct 2010 14:01:01 +0000
(10:01 -0400)
content/message_passing/index.shtml
patch
|
blob
|
history
diff --git
a/content/message_passing/index.shtml
b/content/message_passing/index.shtml
index a24f5935b9ec4f0f882cde22799ea01d00f18799..4c7f5f51670475e7742cf39532dc6846a659c8a3 100644
(file)
--- a/
content/message_passing/index.shtml
+++ b/
content/message_passing/index.shtml
@@
-9,7
+9,7
@@
<p>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
ru
nning on different nodes. On distributed
memory systems, this invariably requires node-to-node
communication. MPI provides these services.</p>