|
This class is an introduction to parallel programming using OpenMP directives for programs running on shared memory computers. With multi-core processors in everything from laptops to high-end servers, the need for multi-threaded applications is growing rapidly and OpenMP is often the most straightforward way to write such programs. This hands-on class will cover the basics of OpenMP programming in C and Fortran including how and when to add directives, and how to compile and run OpenMP programs.
Course slides
|