Computer Science 400 |
Instructor: | Dr. James D. Teresco, Roger Bacon 338 |
Electronic mail: | domain: siena.edu, username: jteresco (best contact method) |
Class URL: | [Link] |
Class meetings: | Wednesday 3:35-6:15, Roger Bacon 302 |
Lab meetings: | Self-scheduled |
Office hours: | Wednesday 1:30-3:00, by appointment |
ssh -X sccluster.teresco.org
totalview ./pthread_hello
mpirun -np 4 --hostfile hosts ./mpiprog
secretword=<secretword>where
<secretword>
is a word of your choice (not your
password).
chmod 600 ~/.mpd.conf
mpd & mpdtrace mpdallexit
mpd.hosts
that contains the list of
hosts on which you wish to run your MPI program.
mpd
processes
with mpdboot -n <numprocs>
.
mpdrun -np <numprocs> <yourprog> <args>
.
mpiexec
to get more control over
which processes are assigned to which nodes.
mpdallexit
.