Boost logo

Boost-Build :

Subject: Re: [Boost-build] Running actions simultaneously
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-12-26 22:03:02


AMDG

On 12/22/2012 10:51 AM, Felipe Magno de Almeida wrote:
> Hello,
>
> I'm trying to make tests run automatically through boost build. But a
> few of my tests consists in communicating between process through
> CORBA. Is there a way to execute two actions simultaneously?

No there isn't.

> I'm using
> the mpi.jam as example for this. I think I can implement it using
> background and foreground jobs, but it wouldn't be nice since its
> output wouldn't be correctly captured.

I don't understand. Why wouldn't it be captured correctly?
Do you mean that the output is interleaved? If that's
the problem, you can redirect the process output to
separate temporary files.

> Is there a possible strategy to
> make it work? Or any examples somewhere?
>

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk