Course: An introduction to shared memory parallel programming using OpenMP, 28 February - 3 March, 2022

  • Posted on: 13 January 2022
  • By: bbrydsoe

An introduction to shared memory parallel programming using OpenMP

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 HPC clusters deployed by Lunarc or HPC2N, and within SNIC.

This online 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.

Time and location

The course will be online. Course times are as follows:

  • 28 February 2022, 09:00-12:30
  • 1 March 2022, 09:00-12:30
  • 2 March 2022, 09:00-12:30
  • 3 March 2022, 09:00-12:30

For more information and how to register, see the course webpage: https://www.hpc2n.umu.se/events/courses/2022/openmp-spring

Tags: 
Updated: 2024-03-21, 12:31