|
This class is an introduction to parallel programming using MPI, the Message
Passing Interface library. Running a computer program in parallel on multiple
processors allows you to run your programs faster and solve larger problems.
The class will cover the basics of MPI programming, including how to write and
compile basic MPI programs, and how to run MPI programs interactively and
through a batch queue on a computer cluster. We will examine techniques of
parallelization and the types of applications that can be easily
parallelized.
- Prerequisite: Previous programming experience in
C or FORTRAN
- Course Length: Two hours
- Course
Slides
|