<!--#set var="root_directory" value="../../.." --><!--#include virtual="$root_directory/shared/header.shtml"-->
-<h1>Assignment #1</h1>
-<p><em>Due Friday, October 12, 2007</em></p>
+<h1>Assignment #2</h1>
+<p><em>Due Friday, October 9, 2009</em></p>
-<p>Write a parallel code to compute the average and standard deviation
+<h2>Purpose</h2>
+
+<p>Learn to write simple MPI codes.</p>
+
+<p>Note: Please identify all your work.</p>
+
+<p>Write an MPI code to calculate the average and standard deviation
of a set of numbers.</p>
-<h2>References</h2>
+<p>Follow
+the <a href="../../../content/point_to_point/average_example/">course
+notes.</a>
-<ul>
- <li>Example: <a href="<!--#echo var="root_directory"
- -->/content/Point_to_Point/average_example/index.html">
- average of a set of numbers</a>.</li>
-</ul>
+<p>Your MPI code should do exactly what the serial code does.</p>
<!--#include virtual="$root_directory/shared/footer.shtml"-->
--- /dev/null
+<!--#set var="root_directory" value="../../.." --><!--#include virtual="$root_directory/shared/header.shtml"-->
+
+<h1>Assignment #1</h1>
+<p><em>Due Friday, October 12, 2007</em></p>
+
+<p>Write a parallel code to compute the average and standard deviation
+of a set of numbers.</p>
+
+<h2>References</h2>
+
+<ul>
+ <li>Example: <a href="<!--#echo var="root_directory"
+ -->/content/Point_to_Point/average_example/index.html">
+ average of a set of numbers</a>.</li>
+</ul>
+
+<!--#include virtual="$root_directory/shared/footer.shtml"-->
-../archive/average_and_standard_deviation.pdf/
\ No newline at end of file
+../archive/average_and_standard_deviation/
\ No newline at end of file
<ul>
<li><a href="current/1/assigment.pdf">Assignment 1</a></li>
- <li><a href="current/2/assigment.pdf">Assignment 2</a></li>
+ <li><a href="current/2/">Assignment 2</a></li>
<li><a href="current/3/assigment.pdf">Assignment 3</a></li>
<li><a href="current/4/assigment.pdf">Assignment 4</a></li>
<li><a href="current/5/assigment.pdf">Assignment 5</a></li>