I want to know how can i find number of cpu cores/processor supported given i have the MIPS value?
For e.g I want to know the number of matching cores/processor to process speed of 18 triilion instructions / sec.
|
I want to know how can i find number of cpu cores/processor supported given i have the MIPS value? For e.g I want to know the number of matching cores/processor to process speed of 18 triilion instructions / sec. |
|||||||||
|
|
For a modern CPU there is no exact MIPS rating since it depends on the specific instruction stream, power saving mode, and other factors. As a reference number you may look at the BogoMIPS rating that is calculated by the Linux kernel. A desktop CPU core at 3GHz can process about 2 instructions per clock cycle on average resulting in a rating close to 6000 MIPS (or 6 billion instructions per second), therefore 18 trillion instructions would require about 3000 cores. |
|||||||||
|