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

474 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

Imagine you wanted to list every word in a book and count how many times it appears.

A regular computer you have at home would be like 4 people sat together splitting the workload, 3 taking a third of the book each, with one person needed to organise the whole activity (equivalent to the fourth core in the CPU being needed to run Windows).

With a super computer, it’s more like 10000 people. Each person individually isn’t much faster than the 4 you have at home (in fact, they might be a little slower), but the sheer number of them means they get through The Lord of the Rings in 10 minutes rather than taking 6 hours like the 4 you have at home since each person only has a paragraph each to count up.

The catch to this is that it is only truly effective when you have tasks which can be easily split up among lots of people, like counting words in a book. What if the task is more challenging and more difficult to spread across thousands of people?

For example, imagine the task isn’t to count words, but to count how many times the narrative theme of “loss of innocence” is referenced in the book. You can’t easily split that between 10000 people since one paragraph per person isn’t enough context to give a proper answer. It will probably be split by chapter, at which point you have 50 people doing work, and 9950 people sat around doing nothing.

This is why super computers are actually sort of bad at running the kind of jobs you run on your computer, like playing games. Not every problem the game has to solve, such as running an AI routine for an enemy, can be easily broken into 10000 separate chunks for calculating. Most of the super computer will be idle, and thus won’t be any faster than your PC or PS5.

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