Skip to content

QWS add scaling#1192

Merged
pearce8 merged 13 commits intodevelopfrom
update-qws
Jan 22, 2026
Merged

QWS add scaling#1192
pearce8 merged 13 commits intodevelopfrom
update-qws

Conversation

@michaelmckinsey1
Copy link
Copy Markdown
Collaborator

@michaelmckinsey1 michaelmckinsey1 commented Jan 16, 2026

Description

  • update qws experiment

@michaelmckinsey1 michaelmckinsey1 self-assigned this Jan 16, 2026
Comment thread experiments/qws/experiment.py Outdated
@github-actions github-actions Bot added the experiment New or modified experiment label Jan 16, 2026
@pearce8 pearce8 changed the title qws add strong/weak scaling QWS add strong/weak scaling Jan 17, 2026
pearce8
pearce8 previously approved these changes Jan 17, 2026
@michaelmckinsey1 michaelmckinsey1 changed the title QWS add strong/weak scaling QWS add scaling Jan 20, 2026
@michaelmckinsey1
Copy link
Copy Markdown
Collaborator Author

michaelmckinsey1 commented Jan 20, 2026

from benchpark analyze --workspace-dir ...

Strong

exec_mode=test
image

exec_mode=perf
image

Weak

perf
image

Throughput

perf
image

Comment thread experiments/qws/experiment.py Outdated
self.add_experiment_variable("arch", "OpenMP")
if self.spec.satisfies("exec_mode=test"):
self.add_experiment_variable(
"total_problem_size_dict", {"lx": 32, "ly": 6, "lz": 4, "lt": 3}, True
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lx, ly, lz, and lt are local problem sizes.

Comment thread experiments/qws/experiment.py Outdated
self.add_experiment_variable("n_nodes", ["1"], True)
# Per-process size (in zones) in each dimension
self.add_experiment_variable(
"total_problem_size_dict", {"lx": 64, "ly": 12, "lz": 8, "lt": 3}, True
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is also local, so total -> local is better

Comment thread experiments/qws/experiment.py Outdated
process_problem_size="{lx}*{ly}*{lz}/{n_ranks}",
total_problem_size="{lx}*{ly}*{lz}",
n_resources="{px}*{py}*{pz}*{pt}",
process_problem_size="({lx}*{ly}*{lz}*{lt})/({px}*{py}*{pz}*{pt})",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

process_problem_size="{lx}*{ly}*{lz}*{lt}",

Comment thread experiments/qws/experiment.py Outdated
total_problem_size="{lx}*{ly}*{lz}",
n_resources="{px}*{py}*{pz}*{pt}",
process_problem_size="({lx}*{ly}*{lz}*{lt})/({px}*{py}*{pz}*{pt})",
total_problem_size="{lx}*{ly}*{lz}*{lt}",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

total_problem_size="{lx}*{ly}*{lz}*{lt}*{px}*{py}*{pz}*{pt}",

@yoshifuminakamura
Copy link
Copy Markdown
Collaborator

Added a comment to clarify a misunderstanding about the QWS l[xyzt] argument.

pearce8
pearce8 previously approved these changes Jan 22, 2026
@pearce8 pearce8 merged commit d5f67c5 into develop Jan 22, 2026
1 check passed
@pearce8 pearce8 deleted the update-qws branch January 22, 2026 08:11
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.09%. Comparing base (50c83ea) to head (c21842d).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1192      +/-   ##
===========================================
+ Coverage    62.97%   63.09%   +0.11%     
===========================================
  Files           45       45              
  Lines         3433     3433              
  Branches       264      264              
===========================================
+ Hits          2162     2166       +4     
+ Misses        1262     1258       -4     
  Partials         9        9              

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

experiment New or modified experiment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants