Skip to content

Commit

Permalink
Tweak strong weak scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Apr 7, 2024
1 parent 3e27442 commit f3bd64d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions yaml_examples/avon/strong_weak_scaling_new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ benches:
"Total MFLOPs/s": "MFLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*OMP_NUM_THREADS: (\\d+).*\\}"
line_plots:
- title: "Single Node Strong Scaling Plot"
- title: "Multi-threaded Strong Scaling Plot"
x: "Parallelisation degree"
y: "Wall time (s)"

Expand Down Expand Up @@ -126,7 +126,7 @@ benches:
"Total MFLOPs/s": "MFLOPS Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)"
"Parallelisation degree": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*OMP_NUM_THREADS: (\\d+).*\\}"
line_plots:
- title: "Single Node Weak Scaling Plot"
- title: "Multi-threaded Weak Scaling Plot"
x: "Parallelisation degree"
y: "Wall time (s)"

Expand Down Expand Up @@ -163,7 +163,7 @@ benches:
"MPI Rank": "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"
- title: "Message Passing Strong Scaling Plot"
x: "Parallelisation degree"
y: "Wall time (s)"

Expand Down Expand Up @@ -199,6 +199,6 @@ benches:
"MPI Rank": "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"
- title: "Message Passing Weak Scaling Plot"
x: "Parallelisation degree"
y: "Wall time (s)"

0 comments on commit f3bd64d

Please sign in to comment.