Skip to content

Framework for automatic extraction of fundamental factors for Paraver traces

License

Notifications You must be signed in to change notification settings

bsc-performance-tools/basicanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modelfactors.py

Generates basic performance metrics based on a set of input traces.

Installation

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.

Usage example

Usage: modelfactors.py

The accepts any list of files including wild cards and automatically filters for valid Paraver traces.

About

Framework for automatic extraction of fundamental factors for Paraver traces

Resources

License

Stars

Watchers

Forks

Packages

No packages published