From: W. Trevor King Date: Tue, 14 Sep 2010 14:21:21 +0000 (-0400) Subject: Convert average_and_standard_deviation.pdf assignment to XHTML. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4548998b8cd68794a2f0b9eae0ec2c810d4ecc1d;p=parallel_computing.git Convert average_and_standard_deviation.pdf assignment to XHTML. --- 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 index b9131ac..0000000 Binary files a/assignments/archive/average_and_standard_deviation.pdf/assigment.pdf and /dev/null differ diff --git a/assignments/archive/average_and_standard_deviation/index.shtml b/assignments/archive/average_and_standard_deviation/index.shtml index 04af6d0..590661a 100644 --- a/assignments/archive/average_and_standard_deviation/index.shtml +++ b/assignments/archive/average_and_standard_deviation/index.shtml @@ -1,17 +1,21 @@ -

Assignment #1

-

Due Friday, October 12, 2007

+

Assignment #2

+

Due Friday, October 9, 2009

-

Write a parallel code to compute the average and standard deviation +

Purpose

+ +

Learn to write simple MPI codes.

+ +

Note: Please identify all your work.

+ +

Write an MPI code to calculate the average and standard deviation of a set of numbers.

-

References

+

Follow +the course +notes. -

+

Your MPI code should do exactly what the serial code does.

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 index 0000000..04af6d0 --- /dev/null +++ b/assignments/archive/average_and_standard_deviation/index.shtml.2007.10.shtml @@ -0,0 +1,17 @@ + + +

Assignment #1

+

Due Friday, October 12, 2007

+ +

Write a parallel code to compute the average and standard deviation +of a set of numbers.

+ +

References

+ + + + diff --git a/assignments/current/2 b/assignments/current/2 index 0e9b4d8..7b06667 120000 --- a/assignments/current/2 +++ b/assignments/current/2 @@ -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 diff --git a/assignments/index.shtml b/assignments/index.shtml index a8eb5de..4d01dc3 100644 --- a/assignments/index.shtml +++ b/assignments/index.shtml @@ -4,7 +4,7 @@