-
Notifications
You must be signed in to change notification settings - Fork 42
QWS add strong/weak scaling #1192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
experiments/qws/experiment.py
Outdated
| ) | ||
| else: | ||
| self.add_experiment_variable("n_nodes", ["1"], True) | ||
| self.add_experiment_variable("n_resources_dict", {"n_ranks": 1}, True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this scale off ranks (1, 2, 4, 8 ranks) or nodes (1, 2, 4, 8 nodes - i.e. using all ranks)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should scale on the basis of ranks.
Codecov Report✅ All modified and coverable lines are covered by tests. 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 🚀 New features to boost your workflow:
|
Description