Convert average_and_standard_deviation.pdf assignment to XHTML.
authorW. Trevor King <wking@drexel.edu>
Tue, 14 Sep 2010 14:21:21 +0000 (10:21 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 14 Sep 2010 14:21:21 +0000 (10:21 -0400)
assignments/archive/average_and_standard_deviation.pdf/assigment.pdf [deleted file]
assignments/archive/average_and_standard_deviation/index.shtml
assignments/archive/average_and_standard_deviation/index.shtml.2007.10.shtml [new file with mode: 0644]
assignments/current/2
assignments/index.shtml

diff --git a/assignments/archive/average_and_standard_deviation.pdf/assigment.pdf b/assignments/archive/average_and_standard_deviation.pdf/assigment.pdf
deleted file mode 100644 (file)
index b9131ac..0000000
Binary files a/assignments/archive/average_and_standard_deviation.pdf/assigment.pdf and /dev/null differ
index 04af6d0b25f9147282fe45baf20761cd014935ce..590661a25015c4c7018222924781bda863ef0608 100644 (file)
@@ -1,17 +1,21 @@
 <!--#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"-->
diff --git a/assignments/archive/average_and_standard_deviation/index.shtml.2007.10.shtml b/assignments/archive/average_and_standard_deviation/index.shtml.2007.10.shtml
new file mode 100644 (file)
index 0000000..04af6d0
--- /dev/null
@@ -0,0 +1,17 @@
+<!--#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"-->
index 0e9b4d8815eefe7dac6eada9361cbd6bb104124e..7b0666717bfcd971c51688526eb11d32e1a9e5e9 120000 (symlink)
@@ -1 +1 @@
-../archive/average_and_standard_deviation.pdf/
\ No newline at end of file
+../archive/average_and_standard_deviation/
\ No newline at end of file
index a8eb5de0599cd8d9c02d4116f41ccfe737d04f94..4d01dc3a7354ec0f02df1fe8bf3689504d85d129 100644 (file)
@@ -4,7 +4,7 @@
 
 <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>