openmpi is not getting installed

Submitted by maahi0007 on Sat, 08/01/2015 - 16:21

I am going through installation tutorial as mentioned in "http://www.cfdem.com/installation-tutorial" but in second step where i have to install openmpi by giving command "sudo apt-get install openmpi openmpi-devel" it does not get installed. It says:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openmpi
E: Unable to locate package openmpi-devel

What should I do?

I am working on Ubuntu 14.04LTS 64bit operating system

rberger's picture

rberger | Sun, 08/02/2015 - 00:17

Ubuntu has renamed the packages:

$ sudo apt-get install build-essential openmpi-bin openmpi-common libopenmpi-dev

should do the trick.

Cheers,
Richard