|
Boost-Build : |
Subject: Re: [Boost-build] using mpi to build boost did not work
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-02-21 03:16:36
On Sunday 21 February 2010 07:00:46 Rick Ledford wrote:
> I enabled "using mpi ;" in my user-config.jam
> and received an error. See the paste of the command line session:
> ...found 6672 targets...
> rledford_at_zero:~/work/dev/boost/boost_1_42_0$ bjam
> MPI auto-detection failed: unknown wrapper compiler mpic++
Hi Rick,
are you sure you have MPI installed? If so, what is the name of the
compiler wrapper that comes with your MPI? Can you try changing
using mpi ;
to
using mpi : <your-mpi-compiler-wrapper> ;
for example:
using mpi : /opt/mpich2-1.0.4/bin/mpiCC ;
HTH,
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build: http://boost.org/boost-build2
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