From: W. Trevor King
Date: Tue, 9 Nov 2010 16:29:13 +0000 (-0500)
Subject: Link Poisson assigment to poisson_2d.c code.
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2dee193006954a0883f1e3318c5d13da35816879;p=parallel_computing.git
Link Poisson assigment to poisson_2d.c code.
---
diff --git a/assignments/archive/poisson/index.shtml b/assignments/archive/poisson/index.shtml
index 1f0b249..3d4f08e 100644
--- a/assignments/archive/poisson/index.shtml
+++ b/assignments/archive/poisson/index.shtml
@@ -16,7 +16,8 @@ and SOR algorithms are
explained in the course web pages. The steps toward a parallel code
are also explained.
-Start from the code p.c and
+
Start from the
+code poisson_2d.c and
implement the parallel version. Pay particular attention to minimize
communications.