Skip to content

Ubuntu compiler environment

Nicholas Hannah edited this page Apr 17, 2015 · 22 revisions

Setup a compiler environment on Ubuntu

Execute the following commands to install the compilation prerequisites on an Ubuntu machine:

sudo apt-get install csh
sudo apt-get install gfortran
sudo apt-get install openmpi-bin
sudo apt-get install libopenmpi-dev
sudo apt-get install libnetcdf-dev