Я установил openmpi в C: \ Program Files \ OpenMPI_v1.5.4-win32 \ и хочу скомпилировать boost для создания графически-параллельной библиотеки. Но получил следующее сообщение об ошибке:Ошибка в создании boost MPI в msvc 2010
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
MPI auto-detection failed: unknown wrapper compiler C:/Program Files/OpenMPI_v1.
5.4-win32/bin/mpic++.exe
Please report this error to the Boost mailing list: http://www.boost.org
You will need to manually configure MPI support.
MPI launcher: mpirun -np
, когда я побежал в визуальной командной строке Studio 2010.:
b2 --toolset=msvc-10.0 --build-type=complete architecture=x86 address-model=32 stage --debug-configuration
я добавил конфиг MPI в boost_1_48_0 \ инструменты \ построить \ v2 \ User-config.jam как показано ниже:
using mpi : "C:/Program Files/OpenMPI_v1.5.4-win32/bin/mpic++.exe" ;
Я считаю, что подобный вопрос был задан раньше, но ответа не получил:
How to build boost::mpi library with Open MPI on Windows with Visual Studio 2010