A parallel version of the Armatus software (https://github.com/kingsfordgroup/armatus)
Install MPICH2 (Ubuntu / Linux Mint / Debian)
sudo apt update
sudo apt install mpich2Install MPICH2 on Mac OSX
brew install mpich2To compile the code type the following commands in the terminal:
cmake CMakeLists.txt
make./run_armatus.sh