
On 17/06/2011 18:00, Lars Viklund wrote:
On Fri, Jun 17, 2011 at 05:42:53PM +0100, KTC wrote:
Both the release& trunk version of MPI no longer compile on Microsoft Windows with Microsoft Compute Cluster Pack.
You should always use the Boost.Build version bundled with the Boost tree when building Boost.
Ensure that this is the case.
Uh, I know that already and I do that already. The same error occur whether attempting to build manually or via running the regression test. See <http://www.boost.org/development/tests/release/KTC-Win7x64_VC10x64.html> for computer setup. Manually:
bootstrap.bat bjam --toolset=msvc-10.0 --build-type=complete architecture=x86 address-model=64 --with-mpi stage
Regression test:
python run.py --runner=KTC-Win7x64_VC10x64 --toolsets=msvc-10.0 --pjl-toolset=msvc-10.0 --bjam-toolset=vc10 --bjam-options="architecture=x86" --bjam-options="address-model=64" --force-update --libraries=mpi
KTC