Install OpenMPI on Ubuntu 17.10

LM10 picture LM10 · Oct 27, 2018 · Viewed 11.7k times · Source

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.

Answer

fnjn picture fnjn · Mar 4, 2019

apt-get install libopenmpi1.10 would work.