-
Notifications
You must be signed in to change notification settings - Fork 32
[WIP] Mpi-Pingpong Benchmark #726
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
repo/mpi-pingpong/package.py
Outdated
|
||
class MpiPingpong(CMakePackage): | ||
|
||
git = "/usr/WS1/mckinsey/benchpark/mpi-pingpong/" |
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.
how to set this path dynamically? Can we do it like a ramble variable, e.g. {local_path}
. I tried a relative path but it did not work ./mpi-pingpong/
or mpi-pingpong/
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.
you should use #620 for this.
Running trials in the same allocation parameter (ramble) https://ramble.readthedocs.io/en/latest/workspace_config.html#experiment-repeats |
maintainers("stephanielam3211") | ||
|
||
def compute_applications_section(self): | ||
n_ranks = 448 #dane:896, ruby:448, tioga:512, lassen:352, tuolumne:768 |
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.
We need to set this in terms of nodes 8
, so we don't have to specify this for each machine. However the affinity output will look different, so we need to figure this out.
…to benchmark/mpi-pingpong
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
This benchmark will need the |
Description
n_repeats
benchpark/experiments/kripke/experiment.py
Lines 141 to 145 in 95b4534