Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 903 Bytes

INSTALL.md

File metadata and controls

27 lines (19 loc) · 903 Bytes

Installation Instructions

There is no installation required. Just copy the content of this folder to your preferred location and add the directory to the PATH environment variable.

Prerequisites

This script relies on paramedir and Dimemas being installed and available through the PATH environment variable.

If not already done, install both tools and add them to the PATH environment variable with:

export PATH=<paraver-install-dir>/bin:$PATH
export PARAVER_HOME=<paraver-install-dir>
export PATH=<dimemas-install-dir>/bin:$PATH
export DIMEMAS_HOME=<dimemas-install-dir>

The projection of the model factors additionally relies on the according SciPy (>= 0.17.0) and NumPy modules for Python2/3. Furthermore, the gnuplot output requires gnuplot version 5.0 or higher.