Schlagwort: ‘MPI’
Error-Free Through MPI – With the New Functions in MUST 1.11.0

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.
PPCES – HPC is in the air in spring!
The PPCES (Parallel Programming in Computational Engineering and Science) has been held at the IT Center since 2001 and has been a great success!
MUST
MPI Runtime Correctness Analysis
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.




