-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass.html
More file actions
25 lines (18 loc) · 796 Bytes
/
class.html
File metadata and controls
25 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<HTML>
<CENTER><A HREF = "main.html">Return to Steve Plimpton's home page</A>
</CENTER>
<HR>
<H3>University Course in Parallel Computing
</H3>
<P>I team-taught CS 442 at the University of New Mexico in the fall of
1997 with Bruce Hendrickson. The theme of the course was parallel
scientific computing, with a strong distributed-memory bias. The
lecture topics were mostly algorithm discussions; programming
assignments were parallel codes written with <A HREF = "http://www-unix.mcs.anl.gov/mpi/index.html">MPI</A>.
</P>
<P>This is the <A HREF = "class/cs442.html">class outline</A> which includes several interesting
homework and programming assignments. We used Peter Pacheko's
"Parallel Programming with MPI" as a background textbook and added a
lot of our own material.
</P>
</HTML>