--- /dev/null
+<!--#set var="root_directory" value="../../.." --><!--#include virtual="$root_directory/shared/header.shtml"-->
+
+<h2>Assignment #7</h2>
+<p><em>Due Friday, November 13, 2009</em></p>
+
+<h2>Purpose</h2>
+
+<p>Learn how to use MPE in MPI based parallel codes.</p>
+
+<p>Note: Please identify all your work.</p>
+
+<p>Make a movie based on the
+parallel <a href="../../../content/game_of_life/#rules">Game of
+Life</a>, <code>parallel_life.c</code>. Instrument the parallel Game
+of Life code with MPE calls to display the matrices of live and dead
+cells in each successive generation of the game. Make a slow motion
+movie by inserting a time delay between the frames. Make sure that
+your program works on both <code>borg0</code> and on
+the <code>xphys#</code> machines.</p>
+
+<!--#include virtual="$root_directory/shared/footer.shtml"-->
<li><a href="current/4/">Assignment 4</a></li>
<li><a href="current/5/">Assignment 5</a></li>
<li><a href="current/6/">Assignment 6</a></li>
- <li><a href="current/7/assigment.pdf">Assignment 7</a></li>
+ <li><a href="current/7/">Assignment 7</a></li>
<li><a href="current/8/assigment.pdf">Assignment 8</a></li>
<li><a href="current/9/">Assignment 9</a></li>
</ul>