Skip to content

Commit

Permalink
Fix strong/weak scaling metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmundGoodman committed Feb 26, 2024
1 parent f4e1f6f commit f87e754
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions yaml_examples/kudu/strong_weak_scaling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ benches:
- ["64 64 16", {"ntasks-per-node": 64}]
analysis:
metrics:
"Mesh z size": "nz: (\\d+)"
"MPI Ranks": "=== RUN INSTANTIATION ===\n\\{.*run_command: mpirun -np (\\d+).*\\}"
"Total time (s)": "Time Summary:[\\s\\S]*Total\\s*: ([\\d\\.]+)[\\s\\S]*\nFLOPS Summary"
"Wall time (s)": "real\\s([\\d\\.]+)\nuser"
"MPI Ranks": "=== RUN INSTANTIATION ===\n\\{.*sbatch_config: \\{.*ntasks-per-node: (\\d+).*\\}"
line_plots:
- title: "Strong Scaling Plot"
x: "Mesh z size"
Expand Down

0 comments on commit f87e754

Please sign in to comment.