我遵循以下指示:
https://software.intel.com/en-us/articles/building-boost-with-intel-c-compiler-150
配置设置和Bulld过程:
Linux *和OS X *
运行" source /bin/compilervars.sh {ia32 OR intel64}"要么 " source /bin/compilervars.csh {ia32 OR intel64}"光盘 /工具/构建
./ bootstrap.sh
./ b2 install --prefix =添加/ bin到您的路径
cd
对于32位:b2 --build-dir = toolset = intel stage对于64位:b2 --build-dir = address-model = 64 toolset = intel stage
对于64位:b2 --build-dir = address-model = 64 toolset = intel stage
尝试使用intel编译器和intel mpi安装boost。但是,它似乎没有生成lib /并包含/为我编译...我错过了什么?
答案 0 :(得分:1)
好的,....另外我意识到我需要这样做:
1,更改project-config.jam,在最后添加一行:“using mpi:mpiicpc;”
2,然后:b2 --prefix = $ myplace / boost_install / --build-dir = $ myplace / boost_install / address-model = 64 toolset = intel install