SMP/HTT and Beowulf cluster on FreeBSD 7.0-RELEASE

Petri Helenius petri at helenius.fi
Thu Mar 27 22:17:00 PDT 2008


Stephen Montgomery-Smith wrote:
>
> My personal experience is that HTT did help.  This was with an older 
> Xeon dual processor system, and I was running multithreaded programs 
> that were basically huge amounts of floating point calculations (a bit 
> like FFT).
In my experience HTT helps 20-30% in a well engineered workload. Extreme 
care needs to be taken on minimizing synchronization primitive overhead 
or that will take away your gain. (don't have 4 or 8 threads hammering 
on one mutex a million times a second)

Pete



More information about the freebsd-smp mailing list