<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 10, 2017 at 8:23 PM, Douglas Capeci <span dir="ltr">&lt;<a href="mailto:doug_capeci@mentor.com" target="_blank">doug_capeci@mentor.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:Calibri,Arial,Helvetica,sans-serif"><div style="margin-top:0px;margin-bottom:0px"><span style="font-family:Helvetica;font-size:12px">Does boost build support parallel builds distributed across multiple linux machines on a grid such as Sun Grid or LSF?</span></div></div></div></blockquote><div><br></div><div>Not directly.. Although distributed builds have been done in the past with tools like distcc. </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:Calibri,Arial,Helvetica,sans-serif"><div style="margin-top:0px;margin-bottom:0px"><span style="font-family:Helvetica;font-size:12px"> If so, what is the best way to accomplish this goal? Seems hard to find any docs that describe this requested behavior. </span></div></div></div></blockquote><div><br></div><div>Not sure what the best way is.. But the one I know of is to write a wrapper script for the toolset command that takes care of the distribution, i.e. an equivalent to distcc. And then you configure the toolset but point it at. For example user-config.jam:</div><div><br></div><div>using gcc : : distcc ;</div><div><br></div><div>HTH.</div></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">-- Rene Rivera<br>-- Grafik - Don&#39;t Assume Anything<br>-- Robot Dreams - <a href="http://robot-dreams.net/" target="_blank">http://robot-dreams.net</a><br>-- rrivera/<a href="http://acm.org/" target="_blank">acm.org</a> (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail</div></div>
</div></div>