How does a supercomputer work and how are they so fast?

454 viewsOtherTechnology

Supercomputer makes a PC look like a little baby! I don’t know how it is so powerful compared to its counterparts.

In: Technology

12 Answers

Anonymous 0 Comments

Already said that they are just about of normal computers running together. But why they are fast ?

Imagine you need to calculate 2*3*4*5. You surely can do it like that: 2*3=6, 6*4=24, 24*5=120.

Or if you have two computers you can calculate 2*3=6 on one of them, at while first one you s busy you can do 4*5=20 on the other one. And then combine those into 6*20=120.

Supercomputers do exactly that, but with way harder tasks on way larger scale. For example – you got a bunch of data you want to turn into an image. Perhaps you can calculate 1 pixel of this image per second.

Instead of making one computer do 1 million pixels one by one you can make a million computers draw one pixel each.

You are viewing 1 out of 12 answers, click here to view all answers.