Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2005-03-22 12:14:48


> I really wish I could run the tests with "bjam -j#". They are running
> on a single CPU of a 24-way box so they take ages. Turning on
> parallelism confuses the output processing to the point of making the
> results unusable however :(

I'm not sure if this would work, but how about:

Do a clean build using the -j option (but discard the results).

Then do an incremental test build (not parallel) and collect the results for
processing.

Not sure how well this would work though as we still have problems with
incremental builds?

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk