$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bjørn Roald (bjorn_at_[hidden])
Date: 2006-11-19 15:48:40
Dean Michael Berris skrev:
> Hi Everyone,
>
> Is there already an option for bjam to leverage multi-core systems? I
> noticed that it only uses one processor in a sequential fashion. In
> make, there's a '-j' option to define the number of jobs to be
> spawned.
>
-jx Run up to x shell commands concurrently.
is supported in bjam.
Bjørn