Views Navigation

Event Views Navigation

Today

29-30 April 2025: Python for HPC (NCC Czechia and EXA4MIND), online

This training introduces participants to Python for high-performance computing, covering parallel programming, performance optimization, and HPC resource utilization. Designed for researchers and developers, the course includes hands-on sessions to enhance practical skills.  Level:  beginner, intermediate. More information and registration:  https://www.it4i.cz/en/events/our-events/python-for-hpc

5 May 2025: Digital Forensics in the Era of Big Data – Leveraging HPC for Incident Analysis (NCC Slovakia, NCC Austria, NCC Czech Republic), online

Handling digital forensics in large-scale environments demands immense computational resources. This session will demonstrate how HPC accelerates the forensic analysis of cyber incidents, supports large dataset examination, and enables faster threat identification. Use cases from industry and public sector investigations will be discussed. More information: https://eurocc.nscc.sk/en/webinar-digitalna-forenzika-v-ere-velkych-dat/  Registration link: https://forms.office.com/e/NvgZgpd77M

6-7 May 2025: Parallel programming with MPI (Vlaams Supercomputer Centrum)(NCC Belgium), hybrid

The Message Passing Interface is the de facto standard for distributed programming in a scientific context. It is implemented in libraries that can be used from C/C++/Fortran, although wrappers for other languages exist as well. To write efficient code, a thorough understanding of the semantics of the API is required, this course will emphasize potential performance hazards and pitfalls.  The strengths […]

7 May 2025: MeluXina Accelerating Python with Multiple Nodes with MPI for Python: (NCC Luxembourg), online

The Luxembourg SuperComputing Competence Center   will host a half-day online course on accelerating Python using multiple nodes with MPI for Python. This course will introduce you to mpi4py and the core concepts of parallel computing across multiple nodes. You will gain hands-on experience in leveraging High-Performance Computing (HPC) to optimize Python programs, enabling them to scale […]

8 May 2025: OpenMP for GPU Offloading (NCC Belgium), hybrid

Over the past decade or more, most of the software that uses GPGPUs has been developed in CUDA since only NVIDIA provided  such hardware. However, currently, at least three vendors provide GPU  accelerators, AMD, Intel and NVIDIA.  This implies that you need a  vendor-agnostic programming model to use GPUs.  OpenMPis such a model.  It has […]

9 May 2025: Defensive programming and debugging (NCC Belgium), hybrid

All code contains bugs, finding and fixing them is boring. In this training, best practices are presented to reduce the number of bugs in your code. You will also learn about debuggers and debugging techniques to find bugs more efficiently. More information & registration:  https://admin.kuleuven.be/icts/opleidingen/opleidingsaanbod/defensive-programming-and-debugging-hybrid#inhoud

27 May 2025: Fortran for programmers (NCC Belgium), hybrid

Fortran is used a lot in the context of HPC. For many, it has a reputation of being an old and ugly programming language. However, modern Fortran is a far cry from Fortran 77 that its detractors have in mind. Fortran 2003/2008 is a language that is well tailored towards scientific computing.  This training introduces the […]

28 May 2025: Deploying Large Language models locally (NCC Belgium), hybrid

Large Language Models (LLMs) are a class of machine learning models that have recently gained a lot of attention.  These models are trained on large amounts of data and after training can be used in many applications. Although models from OpenAI and Google can be used as services online, it is often desirable to have […]