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:
d3ae9cb
)
Link Poisson assigment to poisson_2d.c code.
author
W. Trevor King
<wking@drexel.edu>
Tue, 9 Nov 2010 16:29:13 +0000
(11:29 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 9 Nov 2010 16:29:13 +0000
(11:29 -0500)
assignments/archive/poisson/index.shtml
patch
|
blob
|
history
diff --git
a/assignments/archive/poisson/index.shtml
b/assignments/archive/poisson/index.shtml
index 1f0b24956acd9d01c2fd155e5b3017ceb8e7d3a1..3d4f08e96b3591c4e17eee1b04975c393c60cc70 100644
(file)
--- a/
assignments/archive/poisson/index.shtml
+++ b/
assignments/archive/poisson/index.shtml
@@
-16,7
+16,8
@@
and <a href="../../../content/poisson/#SOR">SOR</a> algorithms are
explained in the course web pages. The steps toward a parallel code
are also explained.</p>
-<p>Start from the code <a href="../../../src/possion/p.c">p.c</a> and
+<p>Start from the
+code <a href="../../../src/possion/poisson_2d.c">poisson_2d.c</a> and
implement the parallel version. Pay particular attention to minimize
communications.</p>