What are these calculations that lets us know, that so and so frequency should be used to do the job which may include weather forecast or calculating critical equations, like all stuff that super computers do.
Asked
Active
Viewed 37 times
0
-
Can you be a more clear? cpu frequency?? – Helio Santos Jul 30 '14 at 08:42
1 Answers
1
Core frequency is just one aspect that governs the speed of a computer, other things like cache sizes and speed, inter core and inter module communication speeds, etc.
Super computers of today use regular CPU:s, like Xeon processors. The difference between a super computer and a regular desktop is the number of CPU:s and the interconnections between the different CPU:s and memory areas.
Modern CPU:s has a lot of caching and branch prediction that makes it hard to calculate the number of clock cycles required for a certain algorithm.

Albin Sunnanbo
- 46,430
- 8
- 69
- 108
-
so does all of these come under grid computing? I'm unaware about branch prediction thing :( – Keyshov Borate Jul 30 '14 at 11:19