0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

IMa3がインストールできない

Last updated at Posted at 2022-08-11

Gene flowを加味した系統推定などを行うIMa3をインストールしようとしたらうまくいきませんでした。

gitのレポジトリを

git clone https://github.com/jodyhey/IMa3.git

でローカルにコピーして

make

したら以下のエラーが出ました:

--------------------------------------------------------------------------
The Open MPI wrapper compiler was unable to find the specified compiler
x86_64-conda-linux-gnu-cc in your PATH.

Note that this compiler was either specified at configure time or in
one of several possible environment variables.
--------------------------------------------------------------------------

mpiccがなかったようなので

conda install openmpi-mpicc

でmpiccをインストールしてmakeしたらうまくいきました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?