Skip to content

Commit

Permalink
Continue poking message passing scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Apr 6, 2024
1 parent f1d4b2a commit f136ba0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions yaml_examples/avon/strong_weak_scaling_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ run_configurations:


benches:
enabled: False
"strong-scaling-threaded":
run_configurations:
- "cpp-openmp"
Expand Down Expand Up @@ -95,6 +96,7 @@ benches:
y: "Wall time (s)"

"weak-scaling-threaded":
enabled: False
run_configurations:
- "cpp-openmp"
- "rust-rayon"
Expand Down Expand Up @@ -152,8 +154,6 @@ benches:
- ["64 64 256", { "ntasks": 4 }]
- ["64 64 128", { "ntasks": 8 }]
- ["64 64 64", { "ntasks": 16 }]
- ["64 64 32", { "ntasks": 32 }]
- ["64 64 16", { "ntasks": 64 }]
analysis:
metrics:
"Wall time (s)": "real\\s([\\d\\.]+)\nuser"
Expand Down Expand Up @@ -189,8 +189,6 @@ benches:
- { "ntasks": 4 }
- { "ntasks": 8 }
- { "ntasks": 16 }
- { "ntasks": 32 }
- { "ntasks": 64 }
analysis:
metrics:
"Wall time (s)": "real\\s([\\d\\.]+)\nuser"
Expand Down

0 comments on commit f136ba0

Please sign in to comment.