On Wednesday 2012-12-12 17:29, Moritz Struebe wrote:
Sure, what should README.parallel contain?
A warning that with two many cores you get a race condition.
You should be also be able to get a race condition with a single core, too - it just more unlikely. ;)
The number of cores does not have anything to do with it, but the number of parallel processes spawned by make as a result of requesting them (and of course, you need "good" timing).