Live data from Hacker News

TOP500 at ISC’26: We have a New Number 1 Supercomputer

chipsandcheese.com

81–90 of 90 posts

Re: TOP500 at ISC’26: We have a New Number 1 Supercomputer

#81

> Why aren’t these AI companies submitting to the TOP500 to show off their computing prowess? my knowledge is 10+ years out of date, but once upon a time if they'd chosen to, Google could have had _several_ entries in the top 10 of the TOP500 list It's just poker, they didn't want to tip their hand

I have joked more than once that my teams might unintentionally have wandered into top-500 territory a couple times in the last 10 yeats.

Re: TOP500 at ISC’26: We have a New Number 1 Supercomputer

#82

Earlier quoted context omitted.

TOP500 can be done with inexpensive silicon. It is more about a willingness to aggregate enough hardware in one place. As a benchmark, it tells you almost nothing about computing power or scalability for other applications because it doesn't exercise the bottlenecks most high-scale applications have.

> TOP500 can be done with inexpensive silicon. Didn't the DoD at one point build a 1k+ PS3 cluster based on their multi-core chip and had a mini supercomputer CotS? I remember Sony not liking that people were buying them for other things rather than gaming (iirc they were losing money on hardware at the time) so they bricked linux support soon after.

The PS3 was sold at a loss, so their numbers are skewed.

Re: TOP500 at ISC’26: We have a New Number 1 Supercomputer

#84

> Why aren’t these AI companies submitting to the TOP500 to show off their computing prowess? my knowledge is 10+ years out of date, but once upon a time if they'd chosen to, Google could have had _several_ entries in the top 10 of the TOP500 list It's just poker, they didn't want to tip their hand

My sense is you only submit if you are in the business of selling supercomputing cluster (IBM, Cray). If you are a consumer or build to consume internally, you would care less.

It's also good for recruiting. They're building a new supercomputer in Edinburgh and I'd imagine it's a pull for certain researchers.

Re: TOP500 at ISC’26: We have a New Number 1 Supercomputer

#85
post #31

Earlier quoted context omitted.

Why would the scientific computing people want to tip their hand? It’s an open secret that the main point of these mammoth FP64 compute machines is to simulate nuclear weapons detonations to comply with the CTBT you’d think that crowd would really not be fans of broadcasting their capabilities.

In adversarial scenarios, there are varying strategies in communicating one's capabilities, just as one might do in a poker game. Sometimes you want to show off what you can do to dissuade others from fucking with you. Sometimes you want to undersell your capabilities to hide your true ability. Sometimes you want others to think you are underselling your capabilities when you are actually at a disadvantage.

Might also be smart to make the adversary think you are overselling when you actually have the capability.

Re: TOP500 at ISC’26: We have a New Number 1 Supercomputer

#86
post #84

Earlier quoted context omitted.

My sense is you only submit if you are in the business of selling supercomputing cluster (IBM, Cray). If you are a consumer or build to consume internally, you would care less.

It's also good for recruiting. They're building a new supercomputer in Edinburgh and I'd imagine it's a pull for certain researchers.

This! Hackers like their intellectually stimulating and interesting very expensive toys

Re: TOP500 at ISC’26: We have a New Number 1 Supercomputer

#87
post #26

Earlier quoted context omitted.

I’ve worked on several systems that had enough flop/s to make it in the top 5-10, but for which we never submitted benchmarks. Sometimes their backend network layout technically would make them several smaller clusters for an HPL run, sometimes it’s because the cluster is too heterogeneous to get a good benchmark result, and sometimes it’s because the employer wants to keep a low profile. Most of the time, it just th…

What programs were yours running to print money?

Kubernetes

Re: TOP500 at ISC’26: We have a New Number 1 Supercomputer

#88

Earlier quoted context omitted.

> in the best cases one may reach something like 50% to 60% of the maximum If all you need to do is matmuls then you can definitely go past this

You can go past this only on a matmul benchmark, which is seldom useful per se. Linpack consists mostly of matmuls, but nonetheless there are additional operations that prevent GPUs to reach the high utilization of over 80% that is normal for CPUs, so that a throughput over 50% is considered good at the scale of supercomputers. At the scale of a supercomputer, the utilization factor is considerably less than for an i…

Yeah, I mean, if your workload is oddly shaped it will definitely work better on CPU than GPU. CPUs are easier to get higher utilization on but I feel like they are almost cheating, because maxing out a core is really translating your code to a machine that has weaker performance (die area, etc.) in exchange for it handling some of the complexities of your algorithm.

Re: TOP500 at ISC’26: We have a New Number 1 Supercomputer

#89
The TOP500 rank is not a count of nodes, GPUs, or aggregate FLOPS.

Many systems have the node count to be able to run such benchmarks, but are not optimized or even capable of running them. Having these systems run these large calculations in a sustained way, and performing, is what separates a bunch of nodes together in a data center from an actual cluster that is able to run a benchmark like HPL or HPCG.

To sustain 70 - 80% of peak performance across hundreds of thousands of cores, you need a real low-diameter, high-bandwidth, low-latency fabric and a balanced memory subsystem, running on a system w almost no failures or network issues. A loosely-coupled cluster with an oversubscribed fat-tree will 'run Linpack' and then post an Rmax that's a small fraction of its naive peak.

Also, have a look at the Green500, and the systems there. This is not about bragging rights vendors, this is about placing commodity hardware, tuning it, and bringing it up to health in a way that squeezes all of that last performance possible out of the clusters on those lists. That's the opposite of vendor flexing - it's a craft that you cannot see in a simple node count, as some have been comparing here.

If you ever worked on this field, and with the vendors at this scale, you would know. Its not easy, its actually very hard.

... and imagine you need to deploy this, systems at this scale, w technologies that are sometimes just emerging and sometimes even need proper field testing * every 6 months * to be able to reach the scale and stability to land on these lists.

Re: TOP500 at ISC’26: We have a New Number 1 Supercomputer

#90

Earlier quoted context omitted.

Yeah, that's true. GPU flops are really impressive in fp16, and more recently fp8 and fp4. When the 40xx GPUs came out, Tim Dettmers had a really cool blog looking into the numbers, and for fp8 one 4090 GPU had enough flops to match the best supercomputer somewhere in the 2000s, with an 8x 4090 build being top for a few years more. It's insane. But it gets nowhere close on fp64, where most of the physics simulations…

Other than weather simulations and nuclear explosions, what other supercomputer tasks are out there?

Based on the latest attempts to simulate (in LTSpice) Analog Devices or Texas Intruments ICs together with some common transistors, i would say that supercomputers might allow a simulation to converge in a finite amount of time.
Post reply on HN