To download and install ParScale, and to keep your installation up-to-date with new releases, please follow these steps:
1. Download ParScale by git cloning the repository:
Open a terminal and execute:
git clone git://github.com:CFDEMproject/PARSCALE-PUBLIC.git
Note: the git protocol will not work if your computer is behind a firewall which blocks the relevant TCP port,
you can use alternatively:
git clone https://github.com/CFDEMproject/PARSCALE-PUBLIC.git
2. Install/Compile ParScale
Installation instructions can be found in your locally cloned copy of ParScale at:
src/INSTALL.md
3. Update your repositories by git pull:
To get the latest version, open a terminal, go to the location of your local installation and type:
git pull
The re-compile ParScale