$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Segfault in bjam
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2010-08-26 00:09:36
On Aug 25, 2010, at 9:32 AM, Philipp Thomas wrote:
> When trying to build boost 1.44 on a 128 CPU (64 cores +
> hyperthreading) x86-64 machine running openSUSE
> 11.3 bjam segfaults when passed -j128. Where would be the right
> place to
> report this?
You can modify jam.h
#define MAXJOBS 64 /* silently enforced -j limit */
and rebuild bjam. Then retry with -j128.
-- Noel