Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install OpenMPI on Ubuntu 17.10

I am using the following command for OpenMPI installation on Ubuntu 17.10:

sudo apt-get install openmpi-bin openmpi-common openssh-client openssh-server libopenmpi1.3 libopenmpi-dbg libopenmpi-dev.

However, I get the following error:

E: Unable to locate package libopenmpi1.3

I wanted to know how to fix this. Alternatively,I am open to installing openmpi differently if anyone knows another way of doing it.

like image 528
LM10 Avatar asked Oct 27 '18 14:10

LM10


1 Answers

apt-get install libopenmpi1.10 would work.

like image 60
fnjn Avatar answered Sep 25 '22 18:09

fnjn