[boost] Speeding up testing
by David Abrahams other posts by this author
Sep 20 2003 7:23PM messages near this date
[boost] Re: Generic Database Interface
|
[boost] Re: Speeding up testing
For those people running the Boost regression tests, I suggest you try
invoking bjam with -jN to do some of the build jobs in parallel. Even
on uniprocessor systems it seems to help quite a bit to compile/link
while some other process is waiting for the disk, and on
multiprocessors I imagine it would be even better. I am using -j4 on
my uniprocessor laptop now, for example.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Thread:
David Abrahams
David Abrahams
Beman Dawes
|