根据这篇文章(https://github.com/mxcl/homebrew/pull/2953),标志“ --with-mpi
”应该启用对相关自制公式的boost_mpi构建支持,所以我试图通过自制软件安装boost,如下所示:
brew install boost --with-mpi
但是,实际的 boost mpi 库并未在构建中,因此无法找到。根据:https ://github.com/mxcl/homebrew/pull/15689,目前正在围绕此进行一些工作
总之,我目前可以构建提升,但似乎“ --with-mpi
”标志被忽略了。有人可以检查一下,我是否应该能够在 Mac OS X Mountain Lion (10.8) 上构建 boost(支持 mpi)?
(详细)输出生成以下行:
MPI auto-detection failed: unknown wrapper compiler mpic++
Please report this error to the Boost mailing list: http://www.boost.org
You will need to manually configure MPI support.
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
不知道我该如何解决这个问题并获得要构建的 mpi 东西 - 有什么想法吗?