README_UBUNTU 462 B

12345678910111213141516171819
  1. The UBUNTU Linux distribution needs following components
  2. to be installed.
  3. - gfortran - a FORTRAN 90 compiler
  4. - Xlib - a graphical library
  5. Make sure, that the computer is connected to the internet.
  6. Open a terminal window and type:
  7. sudo apt-get install gfortran
  8. sudo apt-get install libx11-dev
  9. For parallel execution you should further type:
  10. sudo apt-get install libopenmpi-dev
  11. sudo apt-get install openmpi-bin
  12. Then proceed as listed in the file README