Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3388: Default to parallel build
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-11 09:07:39
#3388: Default to parallel build
-----------------------------------+----------------------------------------
Reporter: olafvdspek@⦠| Owner: grafik
Type: Feature Requests | Status: closed
Milestone: Boost 1.41.0 | Component: bjam
Version: Boost 1.40.0 | Severity: Problem
Resolution: wontfix | Keywords:
-----------------------------------+----------------------------------------
Comment (by Tino):
Additionally, parallel builds can only be hardcoded to a specific number.
AFAIK bjam can not use a make jobserver in the case that boost is only one
part of the whole build process.
I have a build system that builds several software packages for several
architectures in one run. I can specify make -j<number> and the make
jobserver will use the specified number of jobs.
Except for Boost. I have to hardcode a fixed job number for the boost
build (like bjam -j4), that leads to either unused CPU cores, or a lot of
overhead, depending on the number of target architectures that are built
and the number of CPU cores usable.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3388#comment:4> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC