Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-07 05:41:34


On Tuesday 07 December 2004 13:15, Toon Knapen wrote:
> Vladimir Prus wrote:
> > I see no attachments in your email, maybe you forgot them.
>
> Oops, indeed, forgot the attachment.

Thanks. Running this testcase with a slighly modified V2 (with added
diagnostic), I get:

Building algorithm with
Common-properties are <debug-store>object ..... <parallelism>none ........

which means the 'algorithm' target is built with <parallelism>none, so is not
linked to *any* library.

I don't know what's needed for you. If you want to built it with
<parallelism>fake, you'd need to add that to requirements. If you need two
versions of the application with different properties, you'd need to define
that.

You can try using either project requirements (of <parallelism>fake is always
needed), or custom main target rule ("mpi-exe", so example, which can either
add that requirements, or call "exe" twice, with different names and both
fake and real parallelism).

- Volodya

 


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