Wiki

Clone wiki

lifev-release / lifev-ubuntu

Go back


Installing LifeV on an Ubuntu Virtual-Box

If you are not interested in a virtual box, just visit lifev-env


Ubuntu Virtual Box

References: websites and dowloads

http://www.psychocats.net/ubuntu/virtualbox

http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html#vbox http://www.psychocats.net/ubuntu/getting

https://www.ubuntu.com/download/desktop

Installing Ubuntu

Installed Ubuntu 16.04.2 LTS following http://www.psychocats.net/ubuntu/virtualbox in no-time!

username lifev, same password


Needed packages

sudo apt-get update
sudo apt-get install emacs
sudo apt-get install git git-gui gitk git-el
sudo apt-get install libopenmpi-dev openmpi-bin gfortran
sudo apt-get install cmake
sudo apt-get install elpa-markdown-mode

Then visit lifev-env to continue the installation of LifeV

Updated