Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 578 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 578 Bytes

Recipes to be run with o2tuner

Prerequesites

To run the recipes in this rpeo, you need to install o2tuner first. Just follow the instructions there.

Also, make sure to install O2. Checkout the respective READMEs in the sub-directories; potentially there is more to install.

Run

Generically, a recipe is run with

$PATH_TO_O2TUNER/o2tuner/src/o2tuner/run.py --config <a_recipe_from_here> [--work-dir <dir/where/to/run/in]

Write your own recipe

TO BE EXPLAINED