2110732 Parallel Computing
First Semester, 2003
Announcements
Lecture Notes
These slides are provided by the text homepage, Parallel
Programming: Techniques and Applications Using Networked Workstations
and Parallel Computers, Barry Wilkinson and Michael Allen.
Programs
- greetings.c
A simple MPI program.
- sum.c
A parallel summation program using MPI.
- mandelbrot.c A
sequential program displaying Mandelbrot Set. To compile, link it
with X library (gcc option -lX11). Introduction
to the Mandelbrot Set gives a good explanation about what the
Mandelbrot Set is.
- pi.c
A parallel program to compute Pi.
Assignments
- Homework 1
- Homework 2: Write an essay on "Parallel Algorithms", in Thai,
about 5 pages long. Starting reference "Parallel Algorithms",
Blelloch and Maggs, 1996. Use the reference only as the
starting point of your literature survey. Do not translate the
article. You can emphasis on some particular area that interest
you. Submit 22 August 2003 (2 weeks).
Last modified: 27 June 2003
Veera Muangsin