I am trying to develop a benchmark to stress the CPUs on the Server for some HPC (High Performance computing) application. Please help me with some Algorithm that is believed to very CPU intensive. I saw algorithms to calculate primes using Newton's method - any better idea than this ?
Most computationally intensive algorithm.
1
$\begingroup$
algorithms
computer-science
computability
-
1What, specifically, are you out to test? Some CPUs perform better than others for what concerns floating point operations. Others can perform well due to onboard caching, making it ideal for problems which demand a certain amount of memory to run. – 2012-04-23
1 Answers
3
GIMPS is very good at stressing CPUs.