Skip to content
Jan edited this page Jun 24, 2020 · 1 revision

Installation

On most systems with python pip and setuputils installed, just run:

pip install --user osaca

To build OSACA from source, clone this repository using git clone https://github.com/RRZE-HPC/OSACA and run in the root directory:

python ./setup.py install

After installation, OSACA can be started with the command osaca in the CLI.

Dependencies:

Besides the requirements installed with OSACA using pip, additional requirements for all functionalities of OSACA are:

  • Python3 >= 3.5
  • Graphviz (for dependency graph creation (minimal dependency is libgraphviz-dev on Ubuntu)
  • Kerncraft >=v0.8.4 for marker insertion
  • ibench or asmbench for throughput/latency measurements