--- /dev/null
+<!--#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"-->
<h1>Assignments & 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>