Hello:


I'm trying to install the boost libraries MPI, but so far I have not been successful.
So far the steps I performed are:
1) Run the file in the folder bjam.exe of boost, this procedure creates libs, some of the folders boost, but skips the folder of MPI, which does not generate the appropriate libs.
2) When the library is installed tells me that you must modify the user-config.jam, adding "usign MP" I, for installation.
3) After editing the file is placed bjam command-with-mpi install, and start the installation indicating that boost jump MPI library.
Another way I try it from the compiler to use Visual stdio 2008, from the terminal set, follow these steps:

1) Set within the boost folder
2) Run the file bajm.exe, here starts the installation again skipping the boost folder MPI.
3) When the library is installed tells me that you must modify the user-config.jam, adding "usign MP" I, for installation.
4) After editing the file put the following command:

C: \ boost_1_42_0 \ boost_1_42_0> bjam - build-type = complete - toolset = MSVC - build-dir = C: \ src \ boost_1_42_0 \ build \ 90 \ 32 - stagedir = C: \ src \ boost_1_36_0 \ stage \ 90-32 stage.

This line starts installing again but skip the folder you need.
The truth is no longer what happens, because so far I can already detect the libraries, all I need are generating. Lib, which tells me that the compiler can not locate the libs are missing me the following:
• libboost_mpi-vc90-mt.lib
• libboost_mpi-vc90-mt-1_36.lib
• boost_mpi-vc90-mt.lib
• boost_mpi-vc90-mt-1_36.dll
• boost_mpi-vc90-mt-1_36.lib
Someone can help me fix this, scheduled to begin in MPI boost, I would greatly appreciate.

Julieth