Revision 5a37be1a58b3200355619edaeed3ab08d0d17a97 authored by Adiv Paradise on 02 August 2018, 04:35:03 UTC, committed by Adiv Paradise on 02 August 2018, 04:35:03 UTC
1 parent 5bd4716
Raw File
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