diff --git a/docs/source/how_to_run.rst b/docs/source/how_to_run.rst index 79fba9c70a8baff513eb0c45103cccdb7afa77e9..0021561ce686974829b4c1321b8459d56c9895a7 100644 --- a/docs/source/how_to_run.rst +++ b/docs/source/how_to_run.rst @@ -35,20 +35,24 @@ To run a given benchmark version, you can run these commands: (you can use -app to install only a specific application) .. code-block:: bash - - ./spbench register + + source setup_vars.sh .. code-block:: bash - ./spbench list (this shows the list of available benchmarks) + ./spbench download-inputs + +.. code-block:: bash + + ./spbench list .. code-block:: bash - ./spbench compile -bench + ./spbench compile -bench .. code-block:: bash - ./spbench exec -bench -input ... [optional_commands] + ./spbench exec -bench -input ... [optional_commands] To implement your own benchmark version, you must run new -> edit -> configure