Skip to content

Commit

Permalink
Tweaks to YAML test plan in meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Feb 21, 2024
1 parent 9a364b5 commit 9332460
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
5 changes: 3 additions & 2 deletions yaml_examples/kudu_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,10 @@ benches:
- "400 400 400"
- "500 500 500"
environment_variables:
- {"OMP_NUM_THREADS": 1}
- {"OMP_NUM_THREADS": 1} ## TODO: RAYON_NUM_THREADS needs to be set
- {"OMP_NUM_THREADS": 4}
- {"OMP_NUM_THREADS": 16}
- {"OMP_NUM_THREADS": 32}
- {"OMP_NUM_THREADS": 64}
analysis:
metrics:
Expand Down Expand Up @@ -198,7 +199,7 @@ benches:
args:
- "500 500 500"
[sbatch_config, environment_variables]:
- [{"nodes": 1}, {"OMP_NUM_THREADS": 40}]
- [{"nodes": 1}, {"OMP_NUM_THREADS": 40}] ## TODO: Figure out best for one MPI node, then duplicate across many
- [{"nodes": 2}, {"OMP_NUM_THREADS": 20}]
- [{"nodes": 4}, {"OMP_NUM_THREADS": 10}]
- [{"nodes": 10}, {"OMP_NUM_THREADS": 4}]
Expand Down
26 changes: 0 additions & 26 deletions yaml_examples/testing_plan.yaml

This file was deleted.

0 comments on commit 9332460

Please sign in to comment.