From: W. Trevor King Date: Tue, 14 Sep 2010 15:26:17 +0000 (-0400) Subject: Convert game_of_life assigment.pdf to XHTML. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0df88825c64d07273d261d39803cd0b3aa1b0b7c;p=parallel_computing.git Convert game_of_life assigment.pdf to XHTML. --- diff --git a/assignments/archive/game_of_life/assigment.pdf b/assignments/archive/game_of_life/assigment.pdf deleted file mode 100644 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 index 0000000..db5732f --- /dev/null +++ b/assignments/archive/game_of_life/index.shtml @@ -0,0 +1,21 @@ + + +

Assignment #7

+

Due Friday, November 13, 2009

+ +

Purpose

+ +

Learn how to use MPE in MPI based parallel codes.

+ +

Note: Please identify all your work.

+ +

Make a movie based on the +parallel Game of +Life, parallel_life.c. 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 borg0 and on +the xphys# machines.

+ + diff --git a/assignments/index.shtml b/assignments/index.shtml index de2ab91..c9a0e27 100644 --- a/assignments/index.shtml +++ b/assignments/index.shtml @@ -9,7 +9,7 @@
  • Assignment 4
  • Assignment 5
  • Assignment 6
  • -
  • Assignment 7
  • +
  • Assignment 7
  • Assignment 8
  • Assignment 9