From 7ea2a4c6fd93f60e96a4ef4954e846ec105074e0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 9 Nov 2010 11:34:46 -0500 Subject: [PATCH] Oops, possion_2d -> poisson_2d. --- assignments/archive/poisson/index.shtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/archive/poisson/index.shtml b/assignments/archive/poisson/index.shtml index 514a630..44a63b7 100644 --- 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.

Start from the -code poisson_2d.c and +code poisson_2d.c and implement the parallel version. Pay particular attention to minimize communications.

-- 2.26.2