Using the git repository (currently 1.57) of modular boost in Windows 7, compiling with MinGW64 and masm/ml64 (from the WDK v7) is successful but with the following warnings at the start:
(1)
warning: Graph library does not contain MPI-based parallel components.
note: to enable them, add "using mpi ;" to your user-config.jam
(2)
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
warning: No python installation configured and autoconfiguration
note: failed. See
http://www.boost.org/libs/python/doc/building.htmlnote: for configuration instructions or pass --without-python to
note: suppress this message and silently skip all Boost.Python targets
After installing Open MPI 64-bit ( Windows installer of version 1.6.2
http://www.open-mpi.org/software/ompi/v1.6/downloads/OpenMPI_v1.6.2-2_win64.exe ), including adding it to the system-wide path, I have tried to re-build boost with MPI by, after running
bootstrap gcc
adding the line