Skip to content

Commit

Permalink
Tweak best hybrid configuration to be one task per node
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Mar 11, 2024
1 parent bf31887 commit f0e97eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yaml_examples/project_demo/long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ benches:
- "400 400 400"
[sbatch_config, environment_variables]:
- [
{ "nodes": 2, "ntasks-per-node": 2, "cpus-per-task": 16 },
{ "OMP_NUM_THREADS": 16, "RAYON_NUM_THREADS": 16 },
{ "nodes": 4, "ntasks-per-node": 1, "cpus-per-task": 32 },
{ "OMP_NUM_THREADS": 32, "RAYON_NUM_THREADS": 32 },
]
analysis:
metrics:
Expand Down Expand Up @@ -483,8 +483,8 @@ benches:
- "400 400 400"
[sbatch_config, environment_variables]:
- [
{ "nodes": 2, "ntasks-per-node": 2, "cpus-per-task": 16 },
{ "OMP_NUM_THREADS": 16, "RAYON_NUM_THREADS": 16 },
{ "nodes": 4, "ntasks-per-node": 1, "cpus-per-task": 32 },
{ "OMP_NUM_THREADS": 32, "RAYON_NUM_THREADS": 32 },
]
analysis:
metrics:
Expand Down

0 comments on commit f0e97eb

Please sign in to comment.