http://oi48.tinypic.com/2j5dpa0.jpg
Ran it on one of my old machines just for fun. Mobo is an Abit IC7 with the i875P chipset.
Wait, didn't we do this once and it was concluded the benchmark was pants?
It appears to be pants for AMD chips, Intel chips seem to behave as expected.
Note the author has recompiled and released the app under the same link without any external indication of having done so.
It now runs as rev 2.101, whereas everyone else generated rev 2.000 results.
You can see the difference in the icon located in the lower-left corner.
edit: wow, he even ninja-edited his own thread to replace the download link with the new file while keeping the download counter untouched and makes absolutely no reference to having deprecated his original software with the newer version. How on earth this guy and his benchmark are allowed to be HWBOT accredited is beyond me. Complete BS.
Ran it again, this time on my main rig with 1 core (+HT) at similar clockspeed as my P4.
![]()
LOL, he's now changed it to rev 2.200![]()
For n As Integer = 0 To 8000000
d += Math.Pow(16, -n) * ((4 / (8 * n + 1)) - (2 / (8 * n + 4)) - (1 / (8 * n + 5)) - (1 / (8 * n + 6)))
Next
I honestly don't know what this application does... simplification, but I tried this:
Takes about 3 seconds to calculate that... obviously d is limited to: 3.14159265358978~ but I don't see how it's taking 35 seconds for it to calculate 80,000 in "MultiCore PI" and 3 seconds for 8,000,000 iterations in mine.
Something else I discovered, this equation is s**t... if you wanted to do it by hand, or you had some specially built 2048bit CPU awesome... otherwise it's not very accurate.