SuSMoST prerequisites

SuSMoST is able to work in modern Linux environment, including Windows Subsystem for Linux. Tested Linux distributions are listed at the Downloads page. Debian Stable and Ubuntu Bionic (18.04 LTS) versions are recommended for installation on Windows in Windows Subsystem for Linux.

SuSMoST Python packages support only Python 3.6 and 3.7 versions.

Monte Carlo package susmost.mc requires OpenMPI to be installed. Supported OpenMPI versions range from 1.10 to 3.1 depending on Linux distribution.

To install SuSMoST Python packages Python PIP should be used - examples are shown bellow. It is recommended to install Python packages into designated virtual environment, but it is not required.

Use the following command to install required packets in Ubuntu or Debian Linux:

$ sudo apt install openmpi-bin libopenmpi-dev python3 python3-dev virtualenv wget

Or the following command on CentOS, Red Hat or Fedora Linux:

$ sudo yum install python36-devel openmpi openmpi-devel python-virtualenv wget