Computational Modelling Group

Workshop  20th March 2018 9 a.m.  176L/1125

OpenMP course delivered by EPCC

Mark Bull
IPCC

Web page
http://www.archer.ac.uk/training/courses/2018/03/openmp-soton/index.php
Categories
ARCHER, C, Fortran, HPC, Iridis, Linux, Multi-core, NGCM, OpenMP, Scientific Computing
Submitter
Denis Kramer

Almost all modern computers now have a shared-memory architecture with multiple CPUs connected to the same physical memory, for example multicore laptops or large multi-processor compute servers. This course covers OpenMP, the industry standard for shared-memory programming, which enables serial programs to be parallelised easily using compiler directives. Users of desktop machines can use OpenMP on its own to improve program performance by running on multiple cores; users of parallel supercomputers can use OpenMP in conjunction with MPI to better exploit the shared-memory capabilities of the compute nodes.

This is an extended version of Shared-Memory Programming with OpenMP, delivered as part of the CDT programme at Southampton. In addition to covering OpenMP programming, the course will cover optimisation of both single-threaded and multi-threaded code.

This three day course will fall into two parts:

  • Days 1 and 2 will cover the basics of OpenMP programming, including parallel regions, worksharing, synchronisation and tasks.
  • Day 3 will cover optimising code for performance, starting with single-threaded considerations and moving on to mutli-threaded issues. All three days of the course will consist of lectures and hands-on practical exercises.

The course is open to all participants without cost, but registration at the Archer website is required.