Multi-GPU AI Train the Trainer Workshop

The Train the Trainer course was organized from 30 January to 5 February as a series of full-day, intensive lectures, delivered alongside the standard AI and multi-GPU computing courses. This workshop complemented the strong technical focus of the regular course with a dedicated educational track. While the regular course concentrated on hands-on skills for building, scaling, and optimizing AI workloads across multiple GPUs, the Train-the-Trainer track was specifically designed to equip future instructors with the knowledge and pedagogical tools needed to teach these topics effectively. With only a few HPC and AI centres across Europe offering such specialized education, this programme helps expand the network of trainers and institutions capable of delivering high-quality AI and multi-GPU courses at both national and European levels.  Researchers from the National Competence Center (NCC) Montenegro participated in this course, further strengthening national capacities in advanced AI and multi-GPU training.

AI Train the Trainer Workshop

During the training event, participants developed a deep understanding of modern multi-GPU and distributed AI technologies, while also learning effective strategies for teaching these complex concepts. Guided by expert instructors, attendees explored state-of-the-art tools, frameworks, and best practices for scaling AI workloads, combined with pedagogical approaches, teaching materials, and hands-on experience tailored to support the delivery of their own courses. The lectures covered a broad spectrum of topics, including GPU architectures and access to HPC infrastructure; fundamentals of deep learning and the transition from CPU- to GPU-based workloads; distributed training with PyTorch (Distributed Data Parallel, model parallelism, PyTorch Lightning); large language models, fine-tuning techniques, and frameworks such as Hugging Face Accelerate and DeepSpeed; as well as computer vision, MLOps, Ray, Retrieval Augmented Generation (RAG), and hyperparameter tuning.

The training event was organised by NCC Poland, NCC Netherlands, NCC Hungary, NCC Belgium, NCC Italy, NCC Finland, NCC Sweden, all National Competence Centres for High-Performance Computing, CASTIEL2 and EuroCC2/EuroCC4SEE.

HPC & AI in Healthcare: From Research to Clinical Practice in Montenegro and SEE

High-Performance Computing (HPC) and Artificial Intelligence (AI) are increasingly moving beyond research laboratories into real clinical environments. Across Montenegro and the SEE region, promising AI solutions have been developed for medical image analysis, biomarker detection, and predictive diagnostics. The critical challenge today is ensuring their structured transition from research prototypes to validated, deployable tools within healthcare systems.

Please contact us for attendance, limited number of seats

This event addresses precisely that transition. It focuses on how HPC infrastructure, interdisciplinary collaboration, and coordinated ecosystem support can accelerate the integration of AI into everyday clinical practice. Particular attention will be given to available computational capacities, real-life use cases, and pathways toward sustainable deployment.

The event is organized as a joint initiative between NCC Montenegro and NCC Bosnia and Herzegovina, within the broader framework of EuroCC 2 and EuroCC4SEE. It also represents a form of cross-project pollination with the AI-AGE project, demonstrating how research-driven innovation can evolve into applied healthcare solutions through regional cooperation.

Collaboration between NCC Monteengro and NCC Bosnia and Herzegovina

Researchers, clinicians, innovators, and industry partners are invited to join the discussion, exchange expertise, and contribute to shaping the next steps for HPC- and AI-driven healthcare across Southeast Europe. The event is scheduled for Friday, 13 Feb 2026. Please contact us for further details.

Training event on Practical MPI Programming successfully completed

On 23 December 2025, at premises of the Faculty of Electrical Engineering, University of Montenegro, NCC Montenegro (EuroCC) successfully delivered a hands-on training session on MPI programming in Python using mpi4py. The event introduced participants to the fundamentals of the message passing paradigm for distributed-memory systems and explained how the MPI standard enables scalable parallel applications across multiple processes.

Hands-on training session on MPI programming in Python using mpi4py

The training combined concise theory with practical demonstrations. Core MPI concepts such as SPMD execution, communicators, process rank and size, and the basics of point-to-point communication using Send/Recv (including tags and common communication patterns) were covered. Participants also learned how to set up and run MPI programs with mpiexec, verify their environment, and interpret parallel output behaviour.

Hands-on training session on MPI programming in Python using mpi4py

A key part of the session was a step-by-step example of parallelizing a numerical computation using the trapezoidal rule for integration. Through this case study, workload partitioning across processes and collection of partial results were demonstrated, along with a discussion of typical performance considerations such as synchronization overhead and potential bottlenecks at the root process.

Train the Trainers Workshop @ NCC Montenegro: Agentic AI – From Core Concepts to Real-World Applications

Agentic AI is emerging as a powerful enabler of next-generation digital transformation, business automation, and real-time decision-making. Unlike traditional AI solutions, Agentic AI systems operate as autonomous, goal-driven agents capable of planning, reasoning, and adapting over time, making decisions without continuous human intervention, and collaborating with tools, systems, and dynamic environments. Recognising its growing relevance, NCC Montenegro organised a Train the Trainers workshop for NCC members, focused on the application of Agentic AI within experience-driven industries.

Train the Trainers Workshop @ NCC Montenegro: Agentic AI

The workshop was delivered by the NCC representative, Dr Armin Alibasic, who combined academic and industry expertise with his international and interdisciplinary experience across the automotive, airline, and theme park industries. The session highlighted the potential of real-time analytics enabled by Agentic AI, demonstrating how autonomous intelligence can support instant, data-driven decision-making. These concepts were illustrated through real-life industry applications and a hands-on demonstration on Databricks, a leading Data and AI platform.

Presentation of Dr Armin Alibasic

The Train the Trainers approach addressed two complementary dimensions. The first focused on capacity building, providing participants with a structured and in-depth understanding of Agentic AI concepts, system architecture, required skills and tools, as well as the key challenges associated with designing and deploying agent-based AI solutions. These foundations were reinforced through business-oriented use cases, ensuring a clear link between theoretical principles and real-world industry practice. The second dimension emphasized knowledge transfer, equipping participants with the competencies needed to design, adapt, and deliver high-quality training activities tailored to SMEs, complex organizational systems, and strategic decision-makers.

Why Agentic AI?

By empowering trainers with both deep technical insight and practical training capabilities, NCC Montenegro ensures that Agentic AI knowledge can be effectively disseminated, scaled, and transformed into business value for industry, SMEs, and the broader digital innovation ecosystem.

NCC Montenegro team

New training at Faculty of Electrical Engineering – Practical MPI Programming: Message Passing Fundamentals with mpi4py

This MPI programming training will take place on December 23, 2025, and is designed for anyone who wants a hands-on introduction to parallel programming on distributed-memory systems. The course covers the SPMD approach, communicators (COMM_WORLD), process rank/size, and point-to-point communication (Send/Recv, blocking and non-blocking). Through practical examples in Python (mpi4py)—including a simple parallelization demo such as numerical integration using the trapezoidal rule—participants will learn how to write and run MPI programs using mpiexec.

Date: December 23, 2025
Location: University of Montenegro, Faculty of Electrical Engineering
Room: Coinis (L2)
Time: 15h – 18h

Hands on for MPI with mpi4py

Successful Training on Convolutional Neural Networks and Multi-GPU HPC at the University of Montenegro

On 12 December 2025, the University of Montenegro, as a member of the NCC Montenegro (EuroCC) team, successfully organized a short training titled “Building a Neural Network, Code Preparing for Multi-GPU HPC and Running Large-Scale Training” at the Faculty of Science and Mathematics.

The training gathered around 30 participants, including students, young researchers, and industry professionals, all interested in learning how to effectively use High-Performance Computing (HPC) resources in their research and development work.

The course combined theory and hands-on practice through a concrete use case. After an introduction by Prof. Enis Kočan, Prof. Igor Jovančević, together with his colleagues Velibor Došljak and Nikola Pižurica, led an informative, hands-on technical session. Participants first learned how to build a simple neural network for vision-based defect detection in manufacturing, with the goal of deploying it on an edge device with limited computational power. Optimizing the neural network requires many experiments, clearly demonstrating the need for HPC resources.

The focus then shifted to preparing a local development environment using Docker, transferring the environment to an HPC system, and finally running multiple training experiments on a multi-GPU HPC infrastructure.

Throughout the session, participants actively engaged in questions and discussions, particularly regarding the practical and technical aspects of applying for and using HPC resources. The training inspired participants to plan several applications to open calls for HPC resources, particularly in the context of master’s theses and startup projects.  

An important takeaway from the training was that the EuroCC2 / NCC Montenegro team provides continuous support — not only during the application process for HPC resources, but also during their actual usage, including environment setup, code adaptation, and performance considerations. This event confirmed strong interest in HPC and AI-related topics and highlighted the importance of hands-on, application-oriented training in bridging the gap between local development and large-scale HPC execution.

EuroCC4SEE Forum on HPC/AI-Enabled Business Innovation & PoC Demonstrations

NCC Monetenegro will host the EuroCC4SEE Forum on HPC/AI-Enabled Business Innovation & PoC Demonstrations on 13–14 December, bringing together representatives from academia, industry, government, and the startup community. The two-day event will highlight how High-Performance Computing (HPC) and Artificial Intelligence (AI) can accelerate innovation, strengthen national capacities, and support Montenegro’s digital transformation.

Day 1 will focus on business innovation and policy perspectives, featuring opening remarks from national institutions, a keynote on the role of HPC and AI in economic growth, and a high-level panel on building Montenegro’s innovation ecosystem. The program will also include technical sessions, with PoC demonstrations developed through EuroCC4SEE in sectors such as energy, agriculture, health, and mobility, followed by a session on MLOps approaches moderated by the NCC Montenegro team. A networking and poster exhibition will showcase student work and local startup projects.

Day 2 will shift toward skills, education, and collaboration. Participants will explore national competence development in HPC/AI, talent pipeline building, and business–academia cooperation models through panels and an interactive workshop. The event will conclude with an overview of EU funding opportunities (Horizon Europe, EuroHPC JU, Digital Europe Programme) and a roadmap for further collaboration within the EuroCC4SEE network.

The forum aims to strengthen Montenegro’s position in the regional HPC/AI landscape and foster partnerships that empower innovation and research excellence.