Skip to content

Commit

Permalink
a few more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dyokelson committed Jan 9, 2025
1 parent 5c51d50 commit 4de1f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/add-an-experiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ string variants defined in your experiment.py passed in as key-value pairs:
``benchpark experiment init --dest {path/to/dest} {benchmark_name} +/~{boolean variant} {string variant}={value} ``
For example, to run the AMG2023 strong scaling experiment for problem 1, using CUDA the command would be:
``benchpark experiment init --dest amg2023_experiment amg2023 +cuda workload=problem1 +strong``
``benchpark experiment init --dest amg2023_experiment amg2023 +cuda workload=problem1 +strong ~single_node``

Initializing an experiment generates the following yaml files:

Expand All @@ -75,7 +75,7 @@ To manually validate your new experiments work, you should initialize an existin
For example if you just created a benchmark *baz* with OpenMP and strong scaling variants it may look like this:::

benchpark system init --dest=genericx86-system genericx86
benchpark experiment init --dest=baz-benchmark baz +openmp +strong
benchpark experiment init --dest=baz-benchmark baz +openmp +strong ~single_node
benchpark setup ./baz-benchmark ./x86 workspace/


Expand Down

0 comments on commit 4de1f85

Please sign in to comment.