Convert game_of_life assigment.pdf to XHTML.
authorW. Trevor King <wking@drexel.edu>
Tue, 14 Sep 2010 15:26:17 +0000 (11:26 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 14 Sep 2010 15:26:17 +0000 (11:26 -0400)
assignments/archive/game_of_life/assigment.pdf [deleted file]
assignments/archive/game_of_life/index.shtml [new file with mode: 0644]
assignments/index.shtml

diff --git a/assignments/archive/game_of_life/assigment.pdf b/assignments/archive/game_of_life/assigment.pdf
deleted file mode 100644 (file)
index 94e6ac9..0000000
Binary files a/assignments/archive/game_of_life/assigment.pdf and /dev/null differ
diff --git a/assignments/archive/game_of_life/index.shtml b/assignments/archive/game_of_life/index.shtml
new file mode 100644 (file)
index 0000000..db5732f
--- /dev/null
@@ -0,0 +1,21 @@
+<!--#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"-->
index de2ab91901b8915840d326eca6ca471bbc17c675..c9a0e27fd8b026a394a71b288ec39d6fd84ac96f 100644 (file)
@@ -9,7 +9,7 @@
   <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>