この投稿(https://github.com/mxcl/homebrew/pull/2953)によると、フラグ " --with-mpi
"は関連する自作式のboost_mpiビルドサポートを有効にする必要があるため、次のように自作経由でブーストをインストールしようとしています。
brew install boost --with-mpi
ただし、実際のブーストmpiライブラリはビルドされておらず、見つかりません。https://github.com/mxcl/homebrew/pull/15689によると、現在、これを回避するためにいくつかの作業が行われています。
要約すると、現在ブーストを構築できますが、「--with-mpi
」フラグは無視されているようです。Mac OS X Mountain Lion(10.8)でブースト(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のものを構築できるかわからない-何かアイデアはありますか?