Skip to content

Commit

Permalink
Tweak avon new strong weak scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Apr 7, 2024
1 parent 97b6de6 commit 6c46789
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions yaml_examples/avon/strong_weak_scaling_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ run_configurations:

benches:
"strong-scaling-threaded":
enabled: False
run_configurations:
- "cpp-openmp"
- "rust-rayon"
Expand All @@ -89,14 +88,13 @@ benches:
"Total time (s)": "Time Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)[\\s\\S]*\nFLOPS Summary"
"Total FLOPs": "FLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.e+]+)[\\s\\S]*\nMFLOPS Summary"
"Total MFLOPs/s": "MFLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*ntasks: (\\d+).*\\}"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*OMP_NUM_THREADS: (\\d+).*\\}"
line_plots:
- title: "Single Node Strong Scaling Plot"
x: "Parallelisation degree"
y: "Wall time (s)"

"weak-scaling-threaded":
enabled: False
run_configurations:
- "cpp-openmp"
- "rust-rayon"
Expand Down Expand Up @@ -125,7 +123,7 @@ benches:
"Total time (s)": "Time Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)[\\s\\S]*\nFLOPS Summary"
"Total FLOPs": "FLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.e+]+)[\\s\\S]*\nMFLOPS Summary"
"Total MFLOPs/s": "MFLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*ntasks: (\\d+).*\\}"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*OMP_NUM_THREADS: (\\d+).*\\}"
line_plots:
- title: "Single Node Weak Scaling Plot"
x: "Parallelisation degree"
Expand All @@ -135,6 +133,7 @@ benches:


"strong-scaling-message-passing":
enabled: False
run_configurations:
- "cpp-mpi"
- "rust-mpi"
Expand All @@ -160,14 +159,15 @@ benches:
"Total time (s)": "Time Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)[\\s\\S]*\nFLOPS Summary"
"Total FLOPs": "FLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.e+]+)[\\s\\S]*\nMFLOPS Summary"
"Total MFLOPs/s": "MFLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)"
"Parallelisation degree": "Parallelism:[\\s\\S]*Number of MPI ranks: (\\d*)"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*ntasks: (\\d+).*\\}"
"MPI Nodes": "=== SLURM CONFIG ===[\\s\\S]*\ \ \ NumNodes=(\\d*)\ NumCPUs"
line_plots:
- title: "Multi-Nodal Strong Scaling Plot"
x: "Parallelisation degree"
y: "Wall time (s)"

"weak-scaling-message-passing":
enabled: False
run_configurations:
- "cpp-mpi"
- "rust-mpi"
Expand Down Expand Up @@ -195,7 +195,7 @@ benches:
"Total time (s)": "Time Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)[\\s\\S]*\nFLOPS Summary"
"Total FLOPs": "FLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.e+]+)[\\s\\S]*\nMFLOPS Summary"
"Total MFLOPs/s": "MFLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)"
"Parallelisation degree": "Parallelism:[\\s\\S]*Number of MPI ranks: (\\d*)"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*ntasks: (\\d+).*\\}"
"MPI Nodes": "=== SLURM CONFIG ===[\\s\\S]*\ \ \ NumNodes=(\\d*)\ NumCPUs"
line_plots:
- title: "Multi-Nodal Weak Scaling Plot"
Expand Down

0 comments on commit 6c46789

Please sign in to comment.