events

An introduction to shared memory parallel programming using OpenMP, 12 - 14 September 2023

An introduction to shared memory parallel programming using OpenMP, 12 - 14 September 2023

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, HPC2N and within NAISS.

Course: Using Python in an HPC environment, 23 May 2023

  • Posted on: 27 April 2023
  • By: bbrydsoe

Using Python in an HPC environment

This course aims to give a brief, but comprehensive introduction to using Python in an HPC environment. You will learn how to use modules to load Python, how to find site installed Python packages, as well as how to install packages yourself. In addition, you will learn how to use virtual environments, write a batch script for running Python, use Python in parallel, and how to use Python for ML and on GPUs. 

Course: Introduction to Git, 2022-11-(14-18)

  • Posted on: 12 October 2022
  • By: bbrydsoe

Introduction to Git

The course will be an introduction to version control, with a strong focus on Git.

Some of the main concepts, like repositories, commits, trees, branches, and merges will be covered, as will many of the basic commands, like clone, add, push, pull, commit, and fork. We will also go one step beyond the basic concepts and explain the fundamentals of how commits and branches can be manually created by using so-called "plumbing" (low-level) subcommands.

Course: Julia for High-Performance Scientific Computing, 8-10 November 2022

  • Posted on: 16 September 2022
  • By: bbrydsoe

Julia for High-Performance Scientific Computing

This is a cooperation between HPC2N and ENCCS.

This online workshop will start by briefly covering the basics of Julia’s syntax and features, and then introduce methods and libraries which are useful for writing high-performance code for modern HPC systems. After attending the workshop you will:

Course: Basic Singularity: Running and building Singularity containers, 28 September 2022

  • Posted on: 16 September 2022
  • By: bbrydsoe

Online training workshop - Basic Singularity: Running and building Singularity containers

The online workshop is an introduction to the basic concepts of containerized software environment solution within the Singularity framework https://sylabs.io/singularity/.

This is a cooperation with UPPMAX.

During the workshop you will have the opportunity to follow the interactive guide on how to

Pages

Updated: 2024-08-29, 14:37