Skip to content

Commit

Permalink
Revert "Tweak avon new strong weak scaling"
Browse files Browse the repository at this point in the history
This reverts commit 6c46789.
  • Loading branch information
EdmundGoodman committed Apr 7, 2024
1 parent 6c46789 commit 630b087
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,6 +62,7 @@ run_configurations:

benches:
"strong-scaling-threaded":
enabled: False
run_configurations:
- "cpp-openmp"
- "rust-rayon"
Expand All @@ -88,13 +89,14 @@ 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: \\{.*OMP_NUM_THREADS: (\\d+).*\\}"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*ntasks: (\\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 @@ -123,7 +125,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: \\{.*OMP_NUM_THREADS: (\\d+).*\\}"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*ntasks: (\\d+).*\\}"
line_plots:
- title: "Single Node Weak Scaling Plot"
x: "Parallelisation degree"
Expand All @@ -133,7 +135,6 @@ benches:


"strong-scaling-message-passing":
enabled: False
run_configurations:
- "cpp-mpi"
- "rust-mpi"
Expand All @@ -159,15 +160,14 @@ 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": "Parallelism:[\\s\\S]*Number of MPI ranks: (\\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": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*ntasks: (\\d+).*\\}"
"Parallelisation degree": "Parallelism:[\\s\\S]*Number of MPI ranks: (\\d*)"
"MPI Nodes": "=== SLURM CONFIG ===[\\s\\S]*\ \ \ NumNodes=(\\d*)\ NumCPUs"
line_plots:
- title: "Multi-Nodal Weak Scaling Plot"
Expand Down

0 comments on commit 630b087

Please sign in to comment.