I’m on MinGW with GCC 4.7.2. Not Cygwin nor Visual Studio.
I need « .a » libs, OpenMPI provides them ?
Julien.
De : Boost-users [mailto:boost-users-bounces@lists.boost.org] De la part de Matthieu Brucher
Envoyé : mardi 5 mars 2013 23:34
À : boost-users@lists.boost.org
Objet : Re: [Boost-users] Compiled Boost with MPI
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@redaction-developpez.com> 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"
:
;
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@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users