7

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.

LM10
  • 1,089
  • 4
  • 10
  • 16
  • 5
    why do you want to install `libopenmpi1.3` ? could you simply let `openmpi-bin` and `libopenmpi-dev` automatically install their dependencies ? – Gilles Gouaillardet Oct 28 '18 at 00:31

1 Answers1

5

apt-get install libopenmpi1.10 would work.

Tibebes. M
  • 6,940
  • 5
  • 15
  • 36
fnjn
  • 1,201
  • 12
  • 9