Whats an easy way to compare computer speeds

Say I want to know which supercomputer had the same power as the machine I’m on now, or how todays supercomputers compare to my pc. Is there a good site or something that lets you put the computer speeds in perspective relative to other machines?

FLOPS, specifically gigaflops for supercomputers:

It is hard. The standard measure of supercomputer speed, at least for the last 15+ years has been the Linpack benchmark. This is a test of floating point speed doing large scale matrix solving. (Linpack is the LINear algebra PACkage). However, something that is widely acknowledged, even this benchmark is reasonably bogus. It favours large clusters over more technicaly advanced systems, and does not balance other importnat aspects of the supercomputer’s performance in the metric. But it has taken hold as the metric everyone quotes, and is the basis for the Top500 ranking. www.top500.org

The Top500 has historical rankings, and is probably the best place to look for a perspective on how performance has changed over the years. However, don’t kid yourself that a PC with a similar Linpack rating to an old supercomputer makes the machines equally fast. Many early machines had highly tuned architectures that were very very good at sustained performance, and had very high bandwidth IO and internal communications systems. Linpack can be tuned to fit the memory/cache hierarchy very well, and can provide a pretty good fraction of peak performance even in systems with poor interconnect performance. Many other codes don’t have such a luxury and thus the more esoteric architectural features become very important. There is a reason SGI still sells Altix 4700 systems, and has just released the Altix UV system.

Really, the best benchmark for how a computer will perform any given task is the task itself. If you really, really want a whole bunch of digits of pi, then the fastest computer is the one that has the best score on a pi-calculating benchmark. But it might not be very good for playing Crysis on the highest quality settings.

If I’m not mistaken, an average computer can get a few gigaflops. The Cray Jaguar clocks in at 1.75 petaflops per second and that’s currently the fastest computer in the world. It’s also just down the road from me, but they won’t let me borrow it for porn.

Why would you want something with a lot of flop for porn, anyway?

                                  the power is the same  do you mean the speed

Dude, if you are going to crack me up like that, you have to become a member. :smiley:

The Wikipedia entry on Benchmarks has a nice list. What benchmarks make sense depends on the kind of computing work you have to do. Linpack is fairly useless if you are Google and want to do lots of transaction processing. A benchmark that does well for a CPU with multiple cores is not too useful if you want raw floating point performance.

Lots of results are suspicious, because it is common practice for compiler writers in a company to optimize specifically for certain benchmark sets - or used to be, at least.

As for porn, maybe we need a thrusts per second benchmark or something.