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:
2dee193
)
Oops, poisson_2d.c is in src/poisson_2d/, not src/poisson/.
author
W. Trevor King
<wking@drexel.edu>
Tue, 9 Nov 2010 16:32:28 +0000
(11:32 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 9 Nov 2010 16:32:28 +0000
(11:32 -0500)
assignments/archive/poisson/index.shtml
patch
|
blob
|
history
diff --git
a/assignments/archive/poisson/index.shtml
b/assignments/archive/poisson/index.shtml
index 3d4f08e96b3591c4e17eee1b04975c393c60cc70..514a630a7692a219a018515d95874c50c175fe74 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/possion/poisson_2d.c">poisson_2d.c</a> and
+code <a href="../../../src/possion
_2d
/poisson_2d.c">poisson_2d.c</a> and
implement the parallel version. Pay particular attention to minimize
communications.</p>