Boost logo

Boost-Build :

Subject: Re: [Boost-build] Building Boost Libraries for use with Intel's MKL
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-03-03 08:13:00


On Tuesday 03 March 2009 11:54:59 Scott, J. (Jonathan) wrote:
> My apologies if this mailing list is not the correct place to discuss
> this issue.
>
> Am attempting to build Boost 1.38 with Visual Studio 2005. I am trying
> to use MKL and Boost.Thread. MKL requires (for numerical stability) that
> struct alignment be set to 16-bytes. There is an option for the compiler
> to force this, but I can see the program dies at the point a thread is
> kicked off.
>
> I assume I need to build Boost.Thread with 16-byte alignment as well. If
> that is so, where can I learn about the options for achieving this? I am
> not having any luck opening any of the solutions files included in the
> source release, so I am attempting to use bjam.

Jonathan,
I presume you should pass some compiler or linker options when building
Boost and you already know what option. Then, please

        http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html

where you'll find the syntax to use to pass such options. Let me know if this
helps.

- 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