2016-09-15 134 views
0

我下面从说明:我如何安装英特尔编译器和英特尔mpi的提升?

https://software.intel.com/en-us/articles/building-boost-with-intel-c-compiler-150

配置设置和Bulld过程:

的Linux *和OS X *

运行“源/bin/compilervars.sh {ia32或intel64}“或 ”source /bin/compilervars.csh {ia32或intel64}“cd /tools/build

./bootstrap.sh

./b2安装前缀=添加/ bin添加到PATH

CD

对于32位:B2 --build-DIR =工具集=英特尔 阶段对于64位:B2 --build-DIR = 地址模型= 64工具箱=英特尔阶段

对于64位:B2 --build-DIR =地址模型= 64 工具箱=英特尔阶段

试图用intel编译器和intel mpi安装boost。然而,它似乎并没有生成lib /和include/for我编译...我错过任何东西?

回答

1

OK,另外....我意识到我需要做的:

1,变更项目 - config.jam中,添加一行: “使用MPI:mpiicpc;” 结尾

2,则:b2 --prefix = $ myplace/boost_install/--build-dir = $ myplace/boost_install/address-model = 64 toolset = intel install