如何使用英特尔编译器和英特尔MPI安装Boost? [英] how do i install boost with intel compiler and intel mpi?

查看:141
本文介绍了如何使用英特尔编译器和英特尔MPI安装Boost?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在按照以下指示进行操作:

I am following the instructions from:

https://软件. intel.com/zh-CN/articles/building-boost-with-intel-c-compiler-150

配置设置和Bulld流程:

Configuration Set Up and Bulld Process:

Linux *和OS X *

Linux* and OS X*

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

Run "source /bin/compilervars.sh {ia32 OR intel64}" or "source /bin/compilervars.csh {ia32 OR intel64}" cd /tools/build

./bootstrap.sh

./bootstrap.sh

./b2 install --prefix =将/bin添加到您的PATH

./b2 install --prefix= Add /bin to your PATH

cd

对于32位:b2 --build-dir = toolset = intel 舞台对于64位:b2 --build-dir = address-model = 64 toolset = intel阶段

For 32-bit: b2 --build-dir= toolset=intel stage For 64-bit: b2 --build-dir= address-model=64 toolset=intel stage

对于64位:b2 --build-dir = address-model = 64 toolset = intel阶段

For 64-bit: b2 --build-dir= address-model=64 toolset=intel stage

尝试使用intel编译器和intel mpi安装boost.但是,它似乎并没有生成lib/和include/供我编译...我会错过任何内容吗?

trying to install boost with intel compiler and intel mpi. However, it does not seem to generate the lib/ and include/ for me to compile... Do I miss anything?

推荐答案

好,....另外,我意识到我需要这样做:

ok,.... additionally I realize that I need to do:

1,更改project-config.jam,最后添加一行:"using mpi:mpiicpc;"

1, change project-config.jam , add one line : "using mpi : mpiicpc ; " at the end

2,然后:b2 --prefix = $ myplace/boost_install/--build-dir = $ myplace/boost_install/address-model = 64 toolset = intel安装

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

这篇关于如何使用英特尔编译器和英特尔MPI安装Boost?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆