Categories
Pages
-

IT Center Blog

Schlagwort: ‘MUST’

Error-Free Through MPI – With the New Functions in MUST 1.11.0

June 27th, 2025 | by
MUST Logo

Source: Own Illustration

In parallel programming with supercomputers such as CLAIX, the so-called Message Passing Interface has been used for over 30 years for efficient communication between processes. Programming errors in MPI communication can lead to typical problems in software development such as deadlocks, data races or type errors – especially due to parallelized execution. However, such errors are often difficult for the developer to find, especially if an error occurs non-deterministically, i.e., only sporadically.

Read the rest of this entry »

Why Is the Programming Language Python So Popular?

May 6th, 2024 | by
Laptop with Python Code

Quelle: Freepik

Python has become one of the most popular programming languages in the world in recent years, and for good reason. From its simplicity and readability to its versatility and strong community, Python offers a wealth of benefits that make it a preferred choice for developers in various industries. In this blog post, you can find out why Python is so popular and where the programming language is also used at the IT Center.

Read the rest of this entry »

MUST
MPI Runtime Correctness Analysis

September 5th, 2022 | by
logo MUST

Source: Own illustration

High performance computing (HPC) is largely concerned with parallelizing programs, especially complex simulations such as models for weather forecasting or climate. To ensure that computations finish quickly, the work to be done is divided among different processes in parallel. Depending on the use case, the processes must exchange their intermediate results with other processes at program runtime.

Read the rest of this entry »