Boost logo

Boost Users :

Subject: Re: [Boost-users] Compiled Boost with MPI
From: Matthieu Brucher (matthieu.brucher_at_[hidden])
Date: 2013-03-05 17:34:11


Hi,

Did you try another MPI library ? Are you using mingw or cygwin? No Visual Studio?
Open MPI provides also binaries for Windows, although the support seems decreasing for this platform.

Matthieu

-- 
Information System Engineer, Ph.D.
Blog: http://matt.eifelle.com
LinkedIn: http://www.linkedin.com/in/matthieubrucher
Music band: http://liliejay.com/
Le 4 mars 2013 à 23:38, <julien.plu_at_[hidden]> a écrit :
> Hi,
>  
> For my project I saw today that I needed MPI too. So I installed MPICH2 and Changed my « user-config.jam » file like that :
>  
> import toolset : using ;
> using python : 2.7 : "C:/Python273" : "C:/Python273/include" : "C:/Python273/libs" ;
> using mpi : :
>     <find-static-library>mpi
>     <library-path>"C:/librairies/MPICH2-3.0.2/lib"
>     <include>"C:/librairies/MPICH2-3.0.2/include"
>   :
>     "\"C:\\librairies\\MPICH2-3.0.2\\bin\\mpiexec\""
> ;
>  
> So I compile Boost with this command line : b2 toolset=gcc --j4 --layout=system release --prefix=C:\librairies\boost-1.53.0 --user-config=user-config.jam install
>  
> And the error is in the out.txt file in attachment.
>  
> Anyone know what’s happenned ?
>  
> Thanks in advance.
>  
> Julien.
> <out.txt>_______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net