by Dann Corbit » 17 Jan 2006, 21:25
You will see 2 graphs if hyperthreading is turned on.
Basically, hyprethreading is pure B.S. and has no use in chess programming (maybe 1% gain or some pittance).
Otherwise, 2 threads should show 70% gain or so over 1 thread or something is badly broken if you have a 2 CPU machine.
Crafty requires an SMP compile to use more than 1 thread.
Crafty dies in a horrible way if you tell it to use more theads than available CPUs (e.g. on a 2 CPU machine, if you tell crafty to use 4 threads it will lose a huge amount of performance. So it is not like your system that loses slowly.)