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:
e10acb5
)
Oops, possion_2d -> poisson_2d.
author
W. Trevor King
<wking@drexel.edu>
Tue, 9 Nov 2010 16:34:46 +0000
(11:34 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 9 Nov 2010 16:34:46 +0000
(11:34 -0500)
assignments/archive/poisson/index.shtml
patch
|
blob
|
history
diff --git
a/assignments/archive/poisson/index.shtml
b/assignments/archive/poisson/index.shtml
index 514a630a7692a219a018515d95874c50c175fe74..44a63b73ba91a64991f801dad68b732fd0eccec5 100644
(file)
--- a/
assignments/archive/poisson/index.shtml
+++ b/
assignments/archive/poisson/index.shtml
@@
-17,7
+17,7
@@
explained in the course web pages. The steps toward a parallel code
are also explained.</p>
<p>Start from the
-code <a href="../../../src/po
ssi
on_2d/poisson_2d.c">poisson_2d.c</a> and
+code <a href="../../../src/po
iss
on_2d/poisson_2d.c">poisson_2d.c</a> and
implement the parallel version. Pay particular attention to minimize
communications.</p>