Quote:
Other AMD PC has good power OC-ed at 3.3GHz, but again not good at all.
I've been meaning to ask Hans about this for a while, so this is as good an opportunity as any...since he's missing my question to him again...
The reason I asked about what processor he's using, since he can't replicate the issue, and you're having the issue on an AMD system, but not your Intel system, is that back in the day, using Intel compilers or various Intel libraries (such as Math Kernel Library or Performance Primitives), the processor dispatch function, the part that looks at the processor to determine which code to execute, ran a check for the presense of "GenuineIntel" in the processor identification string. If it found GenuineIntel, it would run the optimal codepath, otherwise it would take the slower codepath.
I've personally seen evidence of this kind of thing happening, which was again with a distributed computing project.
So, Hans, what processor do you have, and are you including any Intel libraries and/or using any Intel compilers, or are you using GCC, Visual Studio, or something other than Intel to compile?
Might be a wild goose chase here, but I asked for a reason
