https://github.com/alphaparrot/ExoPlaSim
Raw File
Tip revision: 3d72e40e90c619d287f2fdd93071a61bc583aa0e authored by Adiv Paradise on 26 March 2019, 05:47:23 UTC
Pulling over those icemod.f90 changes from master.
Tip revision: 3d72e40
README_UBUNTU
The UBUNTU Linux distribution needs following components
to be installed.

- gfortran - a FORTRAN 90 compiler
- Xlib     - a graphical library

Make sure, that the computer is connected to the internet.
Open a terminal window and type:

sudo apt-get install gfortran
sudo apt-get install libx11-dev

For parallel execution you should further type:

sudo apt-get install libopenmpi-dev
sudo apt-get install openmpi-bin

Then proceed as listed in the file README

back to top