On 3/25/07, Patrick Baggett baggett.patrick@gmail.com wrote:
There also was a problem with getting the number of processors. The old code assumed always 1 processor. The new code uses POSIX interfaces, if available, at compile time and correctly builds a bitmask of the active processors.
It seems to me this should really be detected at runtime.