Parallel Programming using OpenMP (Göteborg, November 2019)

From SNIC Documentation
Revision as of 13:25, 9 October 2019 by Joachim Hein (LUNARC) (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Name Parallel Programming using OpenMP (Göteborg, November 2019)
Description An introduction to shared memory parallel programming using OpenMP
Type of event Course
Location Göteborg
Start date 2019-11-27
End date 2019-11-28

Course overview

OpenMP provides an efficient method to write parallel programs in C, C++ and Fortran. OpenMP programs are suitable for execution on shared memory architectures such as modern multi core systems or a single compute node of the SNIC HPC clusters.

This course will introduce participants to the shared-memory model for parallel programming and the OpenMP application-programming interface. In many cases OpenMP allows an existing serial program to be upgraded incrementally, starting with the parallelisation of the most time-consuming parts of the code. Typically OpenMP programs are easily ported from one shared memory multi processor system to another one.

Pre-requisites

Participants should be able to program in either of C, C++ or Fortran at an intermediate level.

Course web page and registration

For more information and registration refer to the C3SE webpage. Registration is now open.