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

diff --git a/assignments/archive/submit_command/assigment.pdf b/assignments/archive/submit_command/assigment.pdf
deleted file mode 100644 (file)
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 (file)
index 0000000..8fa597c
--- /dev/null
@@ -0,0 +1,23 @@
+<!--#set var="root_directory" value="../../.." --><!--#include virtual="$root_directory/shared/header.shtml"-->
+
+<h1>Assignment #1</h1>
+<p><em>Due Friday, October 2, 2009</em></p>
+
+<h2>Purpose</h2>
+
+<p>Learn to write and run simple MPI code.</p>
+
+<p>Note: Please identify all your work.</p>
+
+<p>Write an MPI code, <code>submit.c</code>, 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,</p>
+
+<pre>
+mpicc -np 4 ./submit rm /tmp/a
+</pre>
+
+<p>will remove the file <code>a</code> from the local
+directory <code>/tmp</code> on the 4 nodes on which the code runs.</p>
+
+<!--#include virtual="$root_directory/shared/footer.shtml"-->
index bb3ab1a7a3833eb0023294b2a7264a57119219f8..3cca6ed8968c982386e490f367b306501060106e 100644 (file)
@@ -3,7 +3,7 @@
 <h1>Assignments &amp; Projects</h1>
 
 <ul>
-  <li><a href="current/1/assigment.pdf">Assignment 1</a></li>
+  <li><a href="current/1/">Assignment 1</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/">Assignment 4</a></li>