The "AI" phenomenon and craze has been discussed endlessly, including the vast computational and energy requirements of dedicated #datacenters

There is an important split betwen model building and inference of statistical models (and hence also #llm ) which means there is not one but two problems to solve.

The first one is *highly* non-trivial. It bumps against #mooreslaw and requires #supercomputing networking tricks. The datacenter must operate as one giant machine

https://openai.com/index/mrc-supercomputer-networking/

Supercomputer networking to accelerate large scale AI training

OpenAI introduces MRC (Multipath Reliable Connection), a new supercomputer networking protocol released via OCP to improve resilience and performance in large-scale AI training clusters.

OpenAI
Deep Blue, an IBM supercomputer, defeated Garry Kasparov OTD in 1997, becoming the first computer to beat a world-champion chess player in a classic match format https://cromwell-intl.com/open-source/performance-tuning/?s=mb #supercomputing
Performance Tuning on Linux

How to design a Linux system and tune its kernel for maximum storage and network performance.

Bob's Pages of Travel, Linux, Cybersecurity, and More
#hpc #supercomputing #linux.
🚨🚨🚨🚨🚨
The first NVL4 shelves is provisioning over the network! This is the beginning of the new system!

Wall Street Journal: The quest to use AI to help find new drugs. “Lilly first announced a partnership with chip-maker Nvidia in October to build what it called the industry’s most powerful supercomputer, and expanded that in January with a $1 billion, five-year collaboration mixing their scientists and engineers in a new Bay Area lab aimed at discovering new medicines with AI tools. They […]

https://rbfirehose.com/2026/05/05/wall-street-journal-the-quest-to-use-ai-to-help-find-new-drugs/
Wall Street Journal: The quest to use AI to help find new drugs

Wall Street Journal: The quest to use AI to help find new drugs. “Lilly first announced a partnership with chip-maker Nvidia in October to build what it called the industry’s most powerful su…

ResearchBuzz: Firehose
#Linux #HPC #Supercomputing All, if you're affected by copy fail (CVE-2026-31431), and cannot patch your system, apply the mitigations ASAP and reboot. It's a PITA for cluster admins, but it's better than the alternative. Even if someone chooses _NOT_ to run the exploit, any system binary they target will become at the minimum, corrupted.
Neuer Ort für Digitalforscher: Rohbaustart für Lehmannzentrum II in Dresden - Oiger

Rohbaustart für Lehmannzentrum II in Dresden: 101 Mio. € für neues Digital-Forschungszentrum der Exzellenz-Uni

Oiger

An international team of physicists, including researchers from Jülich, used supercomputers to deliver a new high-precision calculation of the muon’s magnetic moment ⚡🧬

The result reduces theoretical uncertainty and strongly validates the Standard Model of particle physics.

The paper appeared in Nature.

Read more:
https://www.fz-juelich.de/en/news/archive/press-release/2026/muon

#FZJ #Supercomputing #HPC #ParticlePhysics #exa_JUPITER

Image credit: Peter Allen, Ryan Allen, Universität Wuppertal

Do you have vast amounts of #data that you need to #analyse for #research #science or #business ? If so, we recommend this online webinar: It introduces EXA4MIND, an platform that combines top #supercomputing resources in #Europe with practical analysis tools and #databases . LRZ researchers explain its capabilities and offer many tips for using it: https://www.youtube.com/watch?v=8csioAlK7bs&t=1s

You can find more about the EXA4Mind #project here: https://exa4mind.eu/

The #UK government has launched #SovereignAI, a £500 million initiative to support homegrown #AI companies. The programme offers #funding, access to #supercomputing resources, and support for #talentacquisition. The first #investment is in #Callosum with six other companies receiving access to supercomputing capacity. https://www.gov.uk/government/news/ai-firms-pioneering-drug-discovery-cheaper-supercomputing-and-more-get-first-backing-through-uks-sovereign-ai?eicker.news #tech #media #news
AI firms pioneering drug discovery, cheaper supercomputing and more get first backing through UK’s Sovereign AI

Sovereign AI is the UK’s £500 million bet to back homegrown AI founders, drive growth and create jobs across the UK.

GOV.UK

#HPC #supercomputing #linux
Instead of installing Arbiter2 on our login nodes to police users, I've taken a slightly different approach of using a systemd user slice to "jail" users!

Don't get me wrong, Arbiter2 is a complete solution, I just prefer simplicity.

Anyways, the idea is based from the URL https://unix.stackexchange.com/questions/732408/configure-cgroups-v2-for-fair-resources-sharing-between-users . I simply have a script that prompts for a username, checks if it is valid or not, and creates the "template" jail. One still needs to run daemon-reload, and sync to other login nodes if need be.

Best part, you can simply delete the created slices to release the users from jail. Feel free to use/modify, IDGAF: https://s3.enemy.org/~mrfusion/jail_user.txt

Configure cgroups v2 for fair resources sharing between users

Is there a way to restrict system resources to users? I know that used to exist a way of forcing every newly spawned process of a user into the specified cgroup by using cgred service along with /etc/

Unix & Linux Stack Exchange