Skip to content

Comprehensive General LUMI Training, May 30 - June 2, 2023

Course organisation

Course materials

Course materials include the Q&A of each session, slides when available and notes when available.

Due to copyright issues some of the materials are only available to current LUMI users and have to be downloaded from LUMI.

Presentation slides notes recording
Introduction / / web
HPE Cray EX Architecture lumi / lumi
Programming Environment and Modules lumi / lumi
Running Applications lumi / lumi
Exercises #1 / / /
Compilers and Parallel Programming Models lumi / lumi
Exercises #2 / / /
Cray Scientific Libraries lumi / lumi
Exercises #3 / / /
CCE Offloading Models lumi / lumi
Debugging at Scale lumi / lumi
Exercises #4 / / /
Advanced Placement lumi / lumi
Exercises #5 / / /
LUMI Software Stacks web web web
Introduction to HIP Programming web / web
Exercises #6 / / /
Introduction to Perftools lumi / lumi
Exercises #7 / / /
Advanced Performance Analysis lumi / lumi
Exercises #8 / / /
MPI Topics on the HPE Cray EX Supercomputer lumi / lumi
Exercises #9 / / /
AMD Debugger: ROCgdb web / web
Exercises #10 / / /
Introduction to ROC-Profiler (rocprof) web / web
Exercises #11 / / /
Performance Optimization: Improving single-core Efficiency lumi / lumi
Python and Frameworks lumi / lumi
Exercises #12 / / /
Optimizing Large Scale I/O lumi / lumi
Exercises #13 / / /
Introduction to OmniTrace web (until p. 61) / web
Exercises #14 / / /
Introduction to Omniperf web (from p. 62) / web
Exercises #15 / / /
Tools in Action - An Example with Pytorch web / web
LUMI User Support web / web

Making the exercises after the course

HPE

The exercise material remains available in the course archive on LUMI:

  • The PDF notes in /appl/local/training/4day-20230530/files/LUMI-4day-20230530-Exercises_HPE.pdf

  • The other files for the exercises in either a bzip2-compressed tar file /appl/local/training/4day-20230530/files/LUMI-4day-20230530-Exercises_HPE.tar.bz2 or an uncompressed tar file /appl/local/training/4day-20230530/files/LUMI-4day-20230530-Exercises_HPE.tar.

To reconstruct the exercise material in your own home, project or scratch directory, all you need to do is run:

tar -xf /appl/local/training/4day-20230530/files/LUMI-4day-20230530-Exercises_HPE.tar.bz2

in the directory where you want to work on the exercises. This will create the exercises/HPE subdirectory from the training project.

However, instead of running the lumi_c.sh or liumi_g.sh scripts that only work for the course as they set the course project as the active project for Slurm and also set a reservation, use the lumi_c_after.sh and lumi_g_after.sh scripts instead, but first edit them to use one of your projects.

AMD

There are online notes about the AMD exercises. A PDF print-out with less navigation features is also available and is particularly usefull should the online notes become unavailable.

The other files for the exercises are available in either a bzip2-compressed tar file /appl/local/training/4day-20230530/files/LUMI-4day-20230530-Exercises_AMD_.tar.bz2 or an uncompressed tar file /appl/local/training/4day-20230530/files/LUMI-4day-20230530-Exercises_AMD.tar and can also be downloaded. ( bzip2-compressed tar download or uncompressed tar download)

To reconstruct the exercise material in your own home, project or scratch directory, all you need to do is run:

tar -xf /appl/local/training/4day-20230530/files/LUMI-4day-20230530-Exercises_AMD.tar.bz2

in the directory where you want to work on the exercises. This will create the exercises/AMD subdirectory from the training project. You can do so in the same directory where you installed the HPE exercises.

The software that was installed in the training project is also available as a bzip2-compressed tar archive on LUMI as /appl/local/training/4day-20230530/files/LUMI-4day-20230530-Software_AMD.tar.bz2. You can install it in the same directory where you installed the files but beware when interpreting instructions as the path to the software installation is different now.

Warning

The software and exercises were tested thoroughly at the time of the course. LUMI however is in continuous evolution and changes to the system may break exercises and software

The links to all documentation mentioned during the talks is on a separate page.

External material for exercises

Some of the exercises used in the course are based on exercises or other material available in various GitHub repositories: