https://github.com/alphaparrot/ExoPlaSim
Raw File
Tip revision: f3d44aaf6b9a77f445d5d958370ecba80f4b0645 authored by Adiv Paradise on 09 December 2019, 23:28:35 UTC
Fixed units error on custom spectrum import for stellar spectra.
Tip revision: f3d44aa
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