Schlagwort: ‘HPC’
New software environment and operating system
for CLAIX
Maybe you have already noticed – the changeover to a new Linux distribution on the CLAIX has been going on for some time. Now it goes into the final phase, so that the old operating system CentOS 7 will be replaced by Rocky Linux 8.7. It is compatible with Red Hat Enterprise and brings a few changes.
Read the rest of this entry »
HPC Intro and PPCES 2023
From March 13 – March 17, 2023, we will continue the tradition and open our doors again for the Parallel Programming in Computational Engineering and Science seminar, PPCES for short, as well as the Introduction to High-Performance Computing 2023.
Protecting the HPC account with MFA
At least a little less than a dozen of Europe’s supercomputers were taken offline simultaneously in May 2020. Several university centres in Europe have been attacked by hackers and had to go offline. The unknown perpetrators hacked the accounts of the users in order to gain access to the supercomputers. Fortunately, our high-performance computer was not affected, but JURECA, JUWELS and JUDAC at the Jülich Supercomputing Centre, Hawk at the Stuttgart High Performance Computing Centre and the supercomputers at the Leibzig Computing Centre (LRZ), for example, fell victim to the attack.
NHR4CES: High-Speed 4 Science
Cards, posters, stickers and on social media: Everywhere you read the slogan “High-Speed 4 Science.” With this campaign, NHR4CES – National High Performance Computing for Computational Engineering Science – is drawing nationwide attention to its freely accessible service services.
Read the rest of this entry »
The IT Center Picture Puzzle – Review and Preview
The year is coming to an end, and we would like to look back with you on our blog series The IT Center Picture Puzzle. Which departments were involved this year and what were the solution words? We would also like to give you a sneak preview of what will happen next year, because #SpoilerAlert: we will continue the series next year. But let’s start at the beginning…
HPC@SC22 – On site again this year
With 10,700 attendees, 41 workshops, 28 tutorials, 57 research posters, and 86 Bird-of-a-Feather talks, the international conference on High Performance Computing, Networking, Storage, and Analysis “SC22” was a resounding success. Read the rest of this entry »
RegApp – Start of the pilot phase on the cluster
Cluster users beware!
In preparation for higher security measures when logging in to the RWTH HPC Cluster, your HPC accounts will be switched to RegApp from 02. November 2022.
What is behind this and what will change for you?
Happy Programmer’s Day!
On September 13, 2022, the world celebrates the annual International Programmer’s Day. In this blog post, we’ll tell you what this holiday is all about, which country it originated in, and how programming works at RWTH Aachen University.
New Year – New CLAIX Report
The year 2021 is again characterized by progress in research.
High-performance computers such as the Cluster Aix-la-Chapelle (CLAIX) help to understand global issues and solve problems that challenge science. Find out which interesting projects were running on CLAIX in 2021 and which solutions were found for which problems in the CLAIX Annual Report 2021.
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.