From: W. Trevor King Date: Tue, 14 Sep 2010 15:08:18 +0000 (-0400) Subject: Convert submit_command assigment.pdf to XHTML. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=635e44800c9f74e29042145f620ce49dea824c43;p=parallel_computing.git Convert submit_command assigment.pdf to XHTML. --- diff --git a/assignments/archive/submit_command/assigment.pdf b/assignments/archive/submit_command/assigment.pdf deleted file mode 100644 index 59bb419..0000000 Binary files a/assignments/archive/submit_command/assigment.pdf and /dev/null differ diff --git a/assignments/archive/submit_command/index.shtml b/assignments/archive/submit_command/index.shtml new file mode 100644 index 0000000..8fa597c --- /dev/null +++ b/assignments/archive/submit_command/index.shtml @@ -0,0 +1,23 @@ + + +

Assignment #1

+

Due Friday, October 2, 2009

+ +

Purpose

+ +

Learn to write and run simple MPI code.

+ +

Note: Please identify all your work.

+ +

Write an MPI code, submit.c, to execute a Linux +command on all the nodes of a virtual machine. The command to execute +will be extracted from the command line arguments. For instance,

+ +
+mpicc -np 4 ./submit rm /tmp/a
+
+ +

will remove the file a from the local +directory /tmp on the 4 nodes on which the code runs.

+ + diff --git a/assignments/index.shtml b/assignments/index.shtml index bb3ab1a..3cca6ed 100644 --- a/assignments/index.shtml +++ b/assignments/index.shtml @@ -3,7 +3,7 @@

Assignments & Projects