Generates basic performance metrics based on a set of input traces.
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.
This script relies on paramedir and Dimemas being installed and available through the PATH environment variable.
- paramedir available at https://tools.bsc.es/paraver
- Dimemas available at https://tools.bsc.es/dimemas
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.
Usage: modelfactors.py
The accepts any list of files including wild cards and automatically filters for valid Paraver traces.